instance method
use_accept_header
Ruby on Rails 5.2.8.1
Since v3.1.12 PrivateSignature
use_accept_header()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/mime_negotiation.rb, line 163
def use_accept_header # :doc:
!self.class.ignore_accept_header
end
Defined in actionpack/lib/action_dispatch/http/mime_negotiation.rb line 163
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::MimeNegotiation