diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2011-10-17 17:12:31 +1100 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2011-10-17 17:12:31 +1100 |
commit | 7d8c650e8663e0af722225e66f72a82dcb518b55 (patch) | |
tree | cedb806a00abd369f080640fe90f4c400b03c66a /railties/guides/source/engines.textile | |
parent | 5bf0ea6830f9148f6b45d2774bfd7f54eec4a267 (diff) | |
download | rails-7d8c650e8663e0af722225e66f72a82dcb518b55.tar.gz rails-7d8c650e8663e0af722225e66f72a82dcb518b55.tar.bz2 rails-7d8c650e8663e0af722225e66f72a82dcb518b55.zip |
[engines guide] [reviewing] remove excessive 'Now'
Diffstat (limited to 'railties/guides/source/engines.textile')
-rw-r--r-- | railties/guides/source/engines.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/engines.textile b/railties/guides/source/engines.textile index bc5fe7640a..d191fe07b6 100644 --- a/railties/guides/source/engines.textile +++ b/railties/guides/source/engines.textile @@ -443,7 +443,7 @@ private end </ruby> -By defining that the +author+ association's object is represented by the +User+ class a link is established between the engine and the application. Now just before a post is saved it will be associated with a record from the +users+ table of the application. +By defining that the +author+ association's object is represented by the +User+ class a link is established between the engine and the application. Just before a post is saved it will be associated with a record from the +users+ table of the application. h4. Configuring an engine |