Dynamic Finders With Belongs To Names plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.hasmanythrough.com/public/plugins/dynamic_finders_with_belongs_to_names/
For example, these two lines are equivalent:
posts = Post.find_all_by_author_id(author.id) posts = Post.find_all_by_author(author)
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 7 months ago

