Skip to content

Commit

Permalink
find_by_sql actually triggers after_find
Browse files Browse the repository at this point in the history
  • Loading branch information
bfcapell committed Apr 27, 2012
1 parent ff44c33 commit 39574aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_validations_callbacks.textile
Expand Up @@ -1064,6 +1064,7 @@ Additionally, the +after_find+ callback is triggered by the following finder met
* +find_all_by_<em>attribute</em>+
* +find_by_<em>attribute</em>+
* +find_by_<em>attribute</em>!+
* +find_by_sql+
* +last+

The +after_initialize+ callback is triggered every time a new object of the class is initialized.
Expand All @@ -1076,7 +1077,6 @@ Just as with validations, it is also possible to skip callbacks. These methods s
* +decrement_counter+
* +delete+
* +delete_all+
* +find_by_sql+
* +increment+
* +increment_counter+
* +toggle+
Expand Down

0 comments on commit 39574aa

Please sign in to comment.