method

normalize_detail

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