method

deprecator

deprecator()
public

No documentation available.

# File actionpack/lib/abstract_controller/deprecator.rb, line 6
  def self.deprecator # :nodoc:
    @deprecator ||= ActiveSupport::Deprecation.new
  end