instance method
_process_format
Ruby on Rails 4.2.9
Since v4.1.16 Last seen in v4.2.9Available in: v4.1.16 v4.2.9
Signature
_process_format(format, options = {})
Process the rendered format. :api: private
Parameters
-
formatreq -
optionsopt = {}
Source
# File actionpack/lib/abstract_controller/rendering.rb, line 107
def _process_format(format, options = {})
end
Defined in actionpack/lib/abstract_controller/rendering.rb line 107
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Rendering