aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-06-07 17:35:53 +0200
committerXavier Noria <fxn@hashref.com>2009-06-13 01:10:22 +0200
commitb9ac9474db13f862a4c43e54cd5672e07a5429db (patch)
treef08b6c6f512e819e0f9a56d7129f1d337230f560 /railties/guides/source
parentd11a86069c4cc0f68553f9d228b14484bd852275 (diff)
downloadrails-b9ac9474db13f862a4c43e54cd5672e07a5429db.tar.gz
rails-b9ac9474db13f862a4c43e54cd5672e07a5429db.tar.bz2
rails-b9ac9474db13f862a4c43e54cd5672e07a5429db.zip
AS guide: rewords a sentence
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/active_support_overview.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile
index 3cf4c3b844..80dfd72808 100644
--- a/railties/guides/source/active_support_overview.textile
+++ b/railties/guides/source/active_support_overview.textile
@@ -36,7 +36,7 @@ end
That's a typical use case for +blank?+.
-Here, the method +instantiate_observers+ of Active Record has nothing to do if there are no observers:
+Here, the method Rails runs to instantiate observers upon initialization has nothing to do if there are none:
<ruby>
def instantiate_observers