The find methods for a model class

Hi,

I am doing some examples in a book on Roby on Rails. When a model class is create with generate model command, it will create some find_xxx methods on the fields. When the model have the relationships with other models, the more find_xxx methods will be generated. How do I know exactly how many and what kinds of find_xxx methods are created?

Thanks.

Leon

The API docs explain all of these added methods here:

You could also check out the guides at:

http://guides.rubyonrails.org/active_record_querying.html#dynamic-finders