method
use_accept_header
v3.0.9 -
Show latest stable
- Class:
ActionController::Base::DeprecatedBehavior
use_accept_header()public
No documentation available.
# File actionpack/lib/action_controller/deprecated/base.rb, line 108
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