For any beginner like me, I would like to say that multiple fields and all_by dynamic finders have been removed. However single field ones are still usable.
For example:
find_by_email will work
find_all_by_gender will not work
find_last_by_status will not work
For any beginner like me, I would like to say that multiple fields and all_by dynamic finders have been removed. However single field ones are still usable.
For example:
find_by_email will work
find_all_by_gender will not work
find_last_by_status will not work