diff options
author | Alex Kitchens <akitchens@financialpayments.com> | 2016-06-16 08:54:32 -0500 |
---|---|---|
committer | Alex Kitchens <akitchens@financialpayments.com> | 2016-06-16 09:15:44 -0500 |
commit | 92e8ede6df60cc794ce4984e77794ff8b5ef30a6 (patch) | |
tree | d48c0f995ed9963a56ad6330de05b0f6abfb85b3 /activemodel/lib/active_model | |
parent | 7980b31bc6dd123a0635f470998362a602b66e25 (diff) | |
download | rails-92e8ede6df60cc794ce4984e77794ff8b5ef30a6.tar.gz rails-92e8ede6df60cc794ce4984e77794ff8b5ef30a6.tar.bz2 rails-92e8ede6df60cc794ce4984e77794ff8b5ef30a6.zip |
[ci skip] Remove duplicate alias documentation in ActiveModel::Validations
Diffstat (limited to 'activemodel/lib/active_model')
-rw-r--r-- | activemodel/lib/active_model/validations.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activemodel/lib/active_model/validations.rb b/activemodel/lib/active_model/validations.rb index 8159b9b1d3..a10d2285a2 100644 --- a/activemodel/lib/active_model/validations.rb +++ b/activemodel/lib/active_model/validations.rb @@ -304,8 +304,6 @@ module ActiveModel # Runs all the specified validations and returns +true+ if no errors were # added otherwise +false+. # - # Aliased as validate. - # # class Person # include ActiveModel::Validations # |