method
normalize_detail
rails latest stable - Class:
ActiveModel::Errors
normalize_detail(message, options)private
No documentation available.
# File activemodel/lib/active_model/errors.rb, line 544
def normalize_detail(message, options)
{ error: message }.merge(options.except(*CALLBACKS_OPTIONS + MESSAGE_OPTIONS))
end