module ActiveModel::Validations::HelperMethods

def _merge_attributes(attr_names)

def _merge_attributes(attr_names)
  options = attr_names.extract_options!.symbolize_keys
  attr_names.flatten!
  options[:attributes] = attr_names
  options
end