From 92e8ede6df60cc794ce4984e77794ff8b5ef30a6 Mon Sep 17 00:00:00 2001 From: Alex Kitchens Date: Thu, 16 Jun 2016 08:54:32 -0500 Subject: [ci skip] Remove duplicate alias documentation in ActiveModel::Validations --- activemodel/lib/active_model/validations.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activemodel/lib') 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 # -- cgit v1.2.3