Flowdock
method

redirect_to_https

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: SSL
redirect_to_https(request) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/middleware/ssl.rb, line 119
      def redirect_to_https(request)
        [ @redirect.fetch(:status, redirection_status(request)),
          { "Content-Type" => "text/html",
            "Location" => https_location_for(request) },
          @redirect.fetch(:body, []) ]
      end
Register or log in to add new notes.