aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model
diff options
context:
space:
mode:
authorJay Pignata <john.pignata@gmail.com>2009-09-17 23:03:36 -0400
committerJay Pignata <john.pignata@gmail.com>2009-09-17 23:03:36 -0400
commit38e6eb74abdf379ceb02ae896c0f77a95d5664f4 (patch)
treec53af22fba1161bd1b7e2f9d2adcd3e0377dd6c0 /activemodel/lib/active_model
parentfb404216c90664670ba50c101792f6ad4a3e4e42 (diff)
downloadrails-38e6eb74abdf379ceb02ae896c0f77a95d5664f4.tar.gz
rails-38e6eb74abdf379ceb02ae896c0f77a95d5664f4.tar.bz2
rails-38e6eb74abdf379ceb02ae896c0f77a95d5664f4.zip
Fixing typo in ActiveRecord::Errors documentation
Diffstat (limited to 'activemodel/lib/active_model')
-rw-r--r--activemodel/lib/active_model/errors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb
index b31ab0b837..1a3d120761 100644
--- a/activemodel/lib/active_model/errors.rb
+++ b/activemodel/lib/active_model/errors.rb
@@ -113,7 +113,7 @@ module ActiveModel
full_messages
end
- # Translates an error message in it's default scope (<tt>activemodel.errors.messages</tt>).
+ # Translates an error message in its default scope (<tt>activemodel.errors.messages</tt>).
# Error messages are first looked up in <tt>models.MODEL.attributes.ATTRIBUTE.MESSAGE</tt>, if it's not there,
# it's looked up in <tt>models.MODEL.MESSAGE</tt> and if that is not there it returns the translation of the
# default message (e.g. <tt>activemodel.errors.messages.MESSAGE</tt>). The translated model name,