aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-06-16 11:13:27 -0400
committerGitHub <noreply@github.com>2016-06-16 11:13:27 -0400
commit0d00ef96fb4d394d5c32b14671d24a7eb70c57cc (patch)
treed48c0f995ed9963a56ad6330de05b0f6abfb85b3
parent7980b31bc6dd123a0635f470998362a602b66e25 (diff)
parent92e8ede6df60cc794ce4984e77794ff8b5ef30a6 (diff)
downloadrails-0d00ef96fb4d394d5c32b14671d24a7eb70c57cc.tar.gz
rails-0d00ef96fb4d394d5c32b14671d24a7eb70c57cc.tar.bz2
rails-0d00ef96fb4d394d5c32b14671d24a7eb70c57cc.zip
Merge pull request #25416 from alexcameron89/master
[ci skip] Remove duplicate alias documentation in ActiveModel::Validations
-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
#