aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-13 18:33:30 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-13 18:33:30 -0200
commit12affbe491e4ad7056c7bc1555cf223129cb2745 (patch)
tree6dfc85442f1f8afa51de8a99548a8d13b146de1e /activemodel
parenteed8c85f4b9bd1cb408b6d972c353e30bdd591c7 (diff)
downloadrails-12affbe491e4ad7056c7bc1555cf223129cb2745.tar.gz
rails-12affbe491e4ad7056c7bc1555cf223129cb2745.tar.bz2
rails-12affbe491e4ad7056c7bc1555cf223129cb2745.zip
Fix typo [ci skip]
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 aad5ff480b..ecb067962f 100644
--- a/activemodel/lib/active_model/validator.rb
+++ b/activemodel/lib/active_model/validator.rb
@@ -83,7 +83,7 @@ module ActiveModel
# end
#
# It can be useful to access the class that is using that validator when there are prerequisites such
- # as an +attr_accessor+ being present. This class is accessable via +options[:class]+ in the constructor.
+ # as an +attr_accessor+ being present. This class is accessible via +options[:class]+ in the constructor.
# To setup your validator override the constructor.
#
# class MyValidator < ActiveModel::Validator