diff options
author | Xavier Noria <fxn@hashref.com> | 2009-06-07 17:35:53 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-06-13 01:10:22 +0200 |
commit | b9ac9474db13f862a4c43e54cd5672e07a5429db (patch) | |
tree | f08b6c6f512e819e0f9a56d7129f1d337230f560 | |
parent | d11a86069c4cc0f68553f9d228b14484bd852275 (diff) | |
download | rails-b9ac9474db13f862a4c43e54cd5672e07a5429db.tar.gz rails-b9ac9474db13f862a4c43e54cd5672e07a5429db.tar.bz2 rails-b9ac9474db13f862a4c43e54cd5672e07a5429db.zip |
AS guide: rewords a sentence
-rw-r--r-- | railties/guides/source/active_support_overview.textile | 2 |
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 |