Flowdock
method

on_base

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActiveModel::DeprecatedErrorMethods
on_base() public

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/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
Register or log in to add new notes.