1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Cosmetics: mismatch indentation

This commit is contained in:
Jeremy Kemper 2010-03-28 11:34:09 -07:00
parent 66d57d7ba8
commit d1f3437cac

View file

@ -4,7 +4,7 @@ module ActiveModel
def check_validity!
raise ArgumentError, "An object with the method include? is required must be supplied as the " <<
":in option of the configuration hash" unless options[:in].respond_to?(:include?)
end
end
def validate_each(record, attribute, value)
return if options[:in].include?(value)