aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/errors.rb
diff options
context:
space:
mode:
authorTate Johnson <tate@tatey.com>2011-08-09 20:01:06 +1000
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:33 -0700
commit239e6153167c9babceaec2e3ca0e286166e0cea5 (patch)
tree50dcee8fa7acea7f049d34c1767cea6fdda50a0f /activemodel/lib/active_model/errors.rb
parent49e81f21a3e6facac06c49739644dbb36c94f794 (diff)
downloadrails-239e6153167c9babceaec2e3ca0e286166e0cea5.tar.gz
rails-239e6153167c9babceaec2e3ca0e286166e0cea5.tar.bz2
rails-239e6153167c9babceaec2e3ca0e286166e0cea5.zip
Fixed typo
Diffstat (limited to 'activemodel/lib/active_model/errors.rb')
-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 1cf8144e98..d5665de561 100644
--- a/activemodel/lib/active_model/errors.rb
+++ b/activemodel/lib/active_model/errors.rb
@@ -49,7 +49,7 @@ module ActiveModel
#
# The last three methods are required in your object for Errors to be
# able to generate error messages correctly and also handle multiple
- # languages. Of course, if you extend your object with ActiveModel::Translations
+ # languages. Of course, if you extend your object with ActiveModel::Translation
# you will not need to implement the last two. Likewise, using
# ActiveModel::Validations will handle the validation related methods
# for you.