method

append_format_to

rails latest stable - Class: ActionDispatch::Integration::Session::RequestEncoder

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

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