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