diff options
author | Cristian Planas <me@cristianplanas.com> | 2013-07-01 01:27:44 +0200 |
---|---|---|
committer | Cristian Planas <me@cristianplanas.com> | 2013-07-01 01:27:44 +0200 |
commit | 7451c2f7cc3ade1bd68061e257066784007c3921 (patch) | |
tree | 4ba41f95221b9c70cdd373ce1987ebff3736ed9d /guides/source | |
parent | 6e583cdac30332f10c73bec4fe3e857b7cdb9975 (diff) | |
download | rails-7451c2f7cc3ade1bd68061e257066784007c3921.tar.gz rails-7451c2f7cc3ade1bd68061e257066784007c3921.tar.bz2 rails-7451c2f7cc3ade1bd68061e257066784007c3921.zip |
Adding find_by in guide to methods that trigger after_find
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_record_callbacks.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/active_record_callbacks.md b/guides/source/active_record_callbacks.md index bb42fab101..01401cc340 100644 --- a/guides/source/active_record_callbacks.md +++ b/guides/source/active_record_callbacks.md @@ -167,6 +167,7 @@ Additionally, the `after_find` callback is triggered by the following finder met * `all` * `first` * `find` +* `find_by` * `find_by_*` * `find_by_*!` * `find_by_sql` |