Fix typo [ci skip]

This commit is contained in:
Rafael Mendonça França 2013-12-13 18:33:30 -02:00
parent eed8c85f4b
commit 12affbe491
1 changed files with 1 additions and 1 deletions

View File

@ -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