# File lib/active_record/validations.rb, line 121 def default_options options.reverse_merge :scope => [:activerecord, :errors], :model => @base.class.human_name, :attribute => @base.class.human_attribute_name(attribute.to_s), :value => value end