Flowdock
method

on_base

Importance_0
v3.0.9 - 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 13
    def on_base
      ActiveSupport::Deprecation.warn "Errors#on_base have been deprecated, use Errors#[:base] instead"
      ActiveSupport::Deprecation.silence { on(:base) }
    end
Register or log in to add new notes.