aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/callbacks.rb
diff options
context:
space:
mode:
authorSebastian Martinez <sebastian@wyeworks.com>2011-05-23 20:39:10 -0300
committerSebastian Martinez <sebastian@wyeworks.com>2011-05-23 20:39:10 -0300
commit2a4b780ab1b97b939524f3240b6886c2b77979d2 (patch)
tree457265be026588d704800b6485ed4d37cb962d4b /activemodel/lib/active_model/callbacks.rb
parent5d0d4d8ad33be90e34721090991c86c8a22f2d05 (diff)
downloadrails-2a4b780ab1b97b939524f3240b6886c2b77979d2.tar.gz
rails-2a4b780ab1b97b939524f3240b6886c2b77979d2.tar.bz2
rails-2a4b780ab1b97b939524f3240b6886c2b77979d2.zip
Remove extra white spaces on ActiveModel docs.
Diffstat (limited to 'activemodel/lib/active_model/callbacks.rb')
-rw-r--r--activemodel/lib/active_model/callbacks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/callbacks.rb b/activemodel/lib/active_model/callbacks.rb
index 2a1f51a9a7..37d0c9a0b9 100644
--- a/activemodel/lib/active_model/callbacks.rb
+++ b/activemodel/lib/active_model/callbacks.rb
@@ -59,7 +59,7 @@ module ActiveModel
# define_model_callbacks :initializer, :only => :after
#
# Note, the <tt>:only => <type></tt> hash will apply to all callbacks defined on
- # that method call. To get around this you can call the define_model_callbacks
+ # that method call. To get around this you can call the define_model_callbacks
# method as many times as you need.
#
# define_model_callbacks :create, :only => :after