instance method
_process_format
Ruby on Rails 5.1.7
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 109
def _process_format(format)
end
Defined in actionpack/lib/abstract_controller/rendering.rb line 109
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Rendering