Method: Grape::Middleware::Base#content_type
- Defined in:
- lib/grape/middleware/base.rb
#content_type ⇒ Object
76 77 78 |
# File 'lib/grape/middleware/base.rb', line 76 def content_type content_type_for(env[Grape::Env::API_FORMAT] || [:format]) || 'text/html' end |