method
content_type=
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Response
content_type=(content_type)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 145
def content_type=(content_type)
@content_type = content_type.to_s
end