aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/plugins.textile
diff options
context:
space:
mode:
authorSebastian Martinez <sebastian@wyeworks.com>2011-05-21 17:10:59 -0300
committerSebastian Martinez <sebastian@wyeworks.com>2011-05-21 17:10:59 -0300
commit31f09a2b1821886164ffb629085d0f5b75bd0a40 (patch)
tree96e86a40a40b000f50d4731409a43ac134d10518 /railties/guides/source/plugins.textile
parent0087ef9665e82eec357331ebce759fb1298286a7 (diff)
downloadrails-31f09a2b1821886164ffb629085d0f5b75bd0a40.tar.gz
rails-31f09a2b1821886164ffb629085d0f5b75bd0a40.tar.bz2
rails-31f09a2b1821886164ffb629085d0f5b75bd0a40.zip
Remove extra white spaces on guides.
Diffstat (limited to 'railties/guides/source/plugins.textile')
-rw-r--r--railties/guides/source/plugins.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/plugins.textile b/railties/guides/source/plugins.textile
index d486e8ade3..b12aa78947 100644
--- a/railties/guides/source/plugins.textile
+++ b/railties/guides/source/plugins.textile
@@ -319,7 +319,7 @@ When you run +rake+ you should see the tests all pass:
h4. Add an Instance Method
-This plugin will add a method named 'squawk' to any Active Record objects that call 'acts_as_yaffle'. The 'squawk'
+This plugin will add a method named 'squawk' to any Active Record objects that call 'acts_as_yaffle'. The 'squawk'
method will simply set the value of one of the fields in the database.
To start out, write a failing test that shows the behavior you'd like: