method
warn
rails latest stable - Class:
ActiveSupport::Deprecation::InstanceDelegator::OverrideDelegators
warn(message = nil, callstack = nil)public
No documentation available.
# File activesupport/lib/active_support/deprecation/instance_delegator.rb, line 53
def warn(message = nil, callstack = nil)
callstack ||= caller_locations(2)
super
end