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:
parent
66d57d7ba8
commit
d1f3437cac
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue