diff options
author | Aayush khandelwal <aayush.khandelwal@vinsol.com> | 2013-12-12 12:55:35 +0530 |
---|---|---|
committer | Aayush khandelwal <aayush.khandelwal@vinsol.com> | 2013-12-12 12:55:35 +0530 |
commit | 10fffd7ae67a7960491f21bd845e19e40cc3ec9a (patch) | |
tree | 51cc7a31b41352c52a735aba19caef78e217717c /activemodel | |
parent | 11c0ef58a6cd278fc6b5d81a7724d9bcdb47f623 (diff) | |
download | rails-10fffd7ae67a7960491f21bd845e19e40cc3ec9a.tar.gz rails-10fffd7ae67a7960491f21bd845e19e40cc3ec9a.tar.bz2 rails-10fffd7ae67a7960491f21bd845e19e40cc3ec9a.zip |
typos rectified lifecycle => life cycle
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/lib/active_model/validator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validator.rb b/activemodel/lib/active_model/validator.rb index 690856aee1..aad5ff480b 100644 --- a/activemodel/lib/active_model/validator.rb +++ b/activemodel/lib/active_model/validator.rb @@ -61,7 +61,7 @@ module ActiveModel # end # # Note that the validator is initialized only once for the whole application - # lifecycle, and not on each validation run. + # life cycle, and not on each validation run. # # The easiest way to add custom validators for validating individual attributes # is with the convenient <tt>ActiveModel::EachValidator</tt>. |