aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_callbacks.md
diff options
context:
space:
mode:
authorCristian Planas <me@cristianplanas.com>2013-07-01 01:27:44 +0200
committerCristian Planas <me@cristianplanas.com>2013-07-01 01:27:44 +0200
commit7451c2f7cc3ade1bd68061e257066784007c3921 (patch)
tree4ba41f95221b9c70cdd373ce1987ebff3736ed9d /guides/source/active_record_callbacks.md
parent6e583cdac30332f10c73bec4fe3e857b7cdb9975 (diff)
downloadrails-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/active_record_callbacks.md')
-rw-r--r--guides/source/active_record_callbacks.md1
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`