Flowdock
method

redirect_to_https

Importance_0
v5.0.0.1 - 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 134
      def redirect_to_https(request)
        [ @redirect.fetch(:status, 301),
          { 'Content-Type' => 'text/html',
            'Location' => https_location_for(request) },
          @redirect.fetch(:body, []) ]
      end
Register or log in to add new notes.