From 7451c2f7cc3ade1bd68061e257066784007c3921 Mon Sep 17 00:00:00 2001 From: Cristian Planas Date: Mon, 1 Jul 2013 01:27:44 +0200 Subject: Adding find_by in guide to methods that trigger after_find --- guides/source/active_record_callbacks.md | 1 + 1 file changed, 1 insertion(+) (limited to 'guides') 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` -- cgit v1.2.3