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