diff --git a/activemodel/lib/active_model/validations.rb b/activemodel/lib/active_model/validations.rb index 92206450d23..cb1db1e5aa7 100644 --- a/activemodel/lib/active_model/validations.rb +++ b/activemodel/lib/active_model/validations.rb @@ -226,7 +226,6 @@ module ActiveModel # Person.validators_on(:name) # # => [ # # #, - # # # # # ] def validators_on(*attributes) attributes.flat_map do |attribute|