method

on_base

on_base()
public

No documentation available.

# File activemodel/lib/active_model/deprecated_error_methods.rb, line 8
    def on_base
      ActiveSupport::Deprecation.warn "Errors#on_base have been deprecated, use Errors#[:base] instead"
      on(:base)
    end