instance method
_process_format
Ruby on Rails 5.0.7.2
Since v4.1.16 Last seen in v5.1.7Signature
_process_format(format)
Process the rendered format. :api: private
Parameters
-
formatreq
Source
# File actionpack/lib/abstract_controller/rendering.rb, line 111
def _process_format(format)
end
Defined in actionpack/lib/abstract_controller/rendering.rb line 111
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Rendering