instance method
content_type
Ruby on Rails 8.0.4
Since v3.0.20Delegates to ActionDispatch::Response#content_type
Source
# File actionpack/lib/action_controller/metal.rb, line 204
delegate :content_type, to: "@_response"
Defined in actionpack/lib/action_controller/metal.rb line 204
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Metal