instance method
media_type
Ruby on Rails edge
Since v7.2.3.2Delegates to ActionDispatch::Response#media_type
Source
# File actionpack/lib/action_controller/metal.rb, line 241
delegate :media_type, to: "@_response"
Defined in actionpack/lib/action_controller/metal.rb line 241
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Metal