aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2011-10-17 17:12:31 +1100
committerRyan Bigg <radarlistener@gmail.com>2011-10-17 17:12:31 +1100
commit7d8c650e8663e0af722225e66f72a82dcb518b55 (patch)
treecedb806a00abd369f080640fe90f4c400b03c66a /railties/guides
parent5bf0ea6830f9148f6b45d2774bfd7f54eec4a267 (diff)
downloadrails-7d8c650e8663e0af722225e66f72a82dcb518b55.tar.gz
rails-7d8c650e8663e0af722225e66f72a82dcb518b55.tar.bz2
rails-7d8c650e8663e0af722225e66f72a82dcb518b55.zip
[engines guide] [reviewing] remove excessive 'Now'
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/engines.textile2
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