diff options
Diffstat (limited to 'activemodel/lib/active_model/validations.rb')
-rw-r--r-- | activemodel/lib/active_model/validations.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations.rb b/activemodel/lib/active_model/validations.rb index 93b830dd9c..7b980d43e6 100644 --- a/activemodel/lib/active_model/validations.rb +++ b/activemodel/lib/active_model/validations.rb @@ -162,7 +162,7 @@ module ActiveModel # validates_with StrictValidator, strict: true # end # - # User.validators + # Person.validators # # => [ # # #<MyValidator:0x007fbff403e808 @options={}>, # # #<OtherValidator:0x007fbff403d930 @options={:on=>:create}>, |