aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2013-12-21 17:44:43 +0100
committerRobin Dupret <robin.dupret@gmail.com>2013-12-21 18:59:55 +0100
commitb894b7b90a6aced0e78ab84a45bf1c75c871bb2d (patch)
tree54d847efdb39e4feb70cbaabbc9f8d25eff05852 /activemodel/lib/active_model
parentd39db9da1a7e093f0248c9755fb8333d89dc1724 (diff)
downloadrails-b894b7b90a6aced0e78ab84a45bf1c75c871bb2d.tar.gz
rails-b894b7b90a6aced0e78ab84a45bf1c75c871bb2d.tar.bz2
rails-b894b7b90a6aced0e78ab84a45bf1c75c871bb2d.zip
Fix few typos in the documentation [ci skip]
Diffstat (limited to 'activemodel/lib/active_model')
-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 377aa6ee27..b27a39b787 100644
--- a/activemodel/lib/active_model/callbacks.rb
+++ b/activemodel/lib/active_model/callbacks.rb
@@ -30,7 +30,7 @@ module ActiveModel
# end
#
# Then in your class, you can use the +before_create+, +after_create+ and
- # +around_create+ methods, just as you would in an Active Record module.
+ # +around_create+ methods, just as you would in an Active Record model.
#
# before_create :action_before_create
#