method

default_url_options

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

Method deprecated or moved

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

default_url_options()
public

No documentation available.

# File actionpack/lib/action_dispatch/testing/integration.rb, line 188
      def default_url_options
        { :host => host, :protocol => https? ? "https" : "http" }
      end