aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorAlex Kitchens <akitchens@financialpayments.com>2016-06-16 08:54:32 -0500
committerAlex Kitchens <akitchens@financialpayments.com>2016-06-16 09:15:44 -0500
commit92e8ede6df60cc794ce4984e77794ff8b5ef30a6 (patch)
treed48c0f995ed9963a56ad6330de05b0f6abfb85b3 /activemodel
parent7980b31bc6dd123a0635f470998362a602b66e25 (diff)
downloadrails-92e8ede6df60cc794ce4984e77794ff8b5ef30a6.tar.gz
rails-92e8ede6df60cc794ce4984e77794ff8b5ef30a6.tar.bz2
rails-92e8ede6df60cc794ce4984e77794ff8b5ef30a6.zip
[ci skip] Remove duplicate alias documentation in ActiveModel::Validations
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/validations.rb2
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
#