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