warn(message = nil, callstack = nil)
  
	Instance Public methods
	Outputs a deprecation warning to the output configured by
ActiveSupport::Deprecation.behavior.
ActiveSupport::Deprecation.warn('something broke!')
# => "DEPRECATION WARNING: something broke! (called from your_code.rb:1)"
 
          
Please login to continue.