method
normalize_detail
v6.0.0 -
Show 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