module ActionController::Base::DeprecatedBehavior
def use_accept_header
def use_accept_header ActiveSupport::Deprecation.warn "ActionController::Base.use_accept_header doesn't do anything anymore. " \ "The accept header is always taken into account." end