method
append_format_to
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Integration::Session::RequestEncoder
append_format_to(path)public
No documentation available.
# File actionpack/lib/action_dispatch/testing/integration.rb, line 418
def append_format_to(path)
path << @path_format unless @url_encoded_form
path
end