aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorAayush khandelwal <aayush.khandelwal@vinsol.com>2013-12-12 12:55:35 +0530
committerAayush khandelwal <aayush.khandelwal@vinsol.com>2013-12-12 12:55:35 +0530
commit10fffd7ae67a7960491f21bd845e19e40cc3ec9a (patch)
tree51cc7a31b41352c52a735aba19caef78e217717c /activemodel
parent11c0ef58a6cd278fc6b5d81a7724d9bcdb47f623 (diff)
downloadrails-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.rb2
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>.