Version 0.2 ----------- * create_resource_finder must be called for the finder to be created * :model option to create_resource_finder specifies the model to be found * :context option to create_resource_finder specifies the context to find in (ie. current_user.posts) * All other options are passed to find Version 0.1 ----------- * Initial release