method

append_format_to

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