diff options
author | Tate Johnson <tate@tatey.com> | 2011-08-09 20:01:06 +1000 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:33 -0700 |
commit | 239e6153167c9babceaec2e3ca0e286166e0cea5 (patch) | |
tree | 50dcee8fa7acea7f049d34c1767cea6fdda50a0f /activemodel/lib/active_model | |
parent | 49e81f21a3e6facac06c49739644dbb36c94f794 (diff) | |
download | rails-239e6153167c9babceaec2e3ca0e286166e0cea5.tar.gz rails-239e6153167c9babceaec2e3ca0e286166e0cea5.tar.bz2 rails-239e6153167c9babceaec2e3ca0e286166e0cea5.zip |
Fixed typo
Diffstat (limited to 'activemodel/lib/active_model')
-rw-r--r-- | activemodel/lib/active_model/errors.rb | 2 |
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. |