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