Flowdock
method

format

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ActionController::AbstractRequest
format() public

Returns the Mime type for the \format used in the request.

  GET /posts/5.xml   | request.format => Mime::XML
  GET /posts/5.xhtml | request.format => Mime::HTML
  GET /posts/5       | request.format => Mime::HTML or MIME::JS, or request.accepts.first depending on the value of <tt>ActionController::Base.use_accept_header</tt>
Show source
Register or log in to add new notes.