Flowdock
method

normalize_detail

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ActiveModel::Errors
normalize_detail(message, options) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activemodel/lib/active_model/errors.rb, line 460
    def normalize_detail(message, options)
      { error: message }.merge(options.except(*CALLBACKS_OPTIONS + MESSAGE_OPTIONS))
    end
Register or log in to add new notes.