# File lib/active_record/callbacks.rb, line 250
250: def method_added(meth)
251: super
252: if CALLBACKS.include?(meth.to_sym)
253: ActiveSupport::Deprecation.warn("Base##{meth} has been deprecated, please use Base.#{meth} :method instead", caller[0,1])
254: send(meth.to_sym, meth.to_sym)
255: end
256: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.