# File lib/active_model/validations.rb, line 152
      def validators_on(attribute)
        _validators[attribute.to_sym]
      end