instance method
on_base
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v3.0.20Signature
on_base()
No documentation comment.
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
Defined in activemodel/lib/active_model/deprecated_error_methods.rb line 8
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::DeprecatedErrorMethods