Sha256: 28c68a46064e1b8c3ba654a4f325c5863ad26a3786c5ee2f5586c04e5829a48a

Contents?: true

Size: 559 Bytes

Versions: 8

Compression:

Stored size: 559 Bytes

Contents

module ActionDispatch::Routing
  class Mapper
    def shibboleth_routes
      match "/shibboleth_debug_login", :to => "shibboleth_auth/login#login_form", :via => :get, :as => "shibboleth_debug_login"
      match "/shibboleth_debug_login", :to => "shibboleth_auth/login#login", :via => :post, :as => "shibboleth_debug_login"
      match "/shibboleth_debug_logout", :to => "shibboleth_auth/login#logout", :as => "shibboleth_debug_logout"
      match "/shibboleth_debug_show", :to => "shibboleth_auth/login#show", :as => "shibboleth_debug_show"
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shibboleth_auth-0.3.3 lib/routes.rb
shibboleth_auth-0.3.2 lib/routes.rb
shibboleth_auth-0.3.1 lib/routes.rb
shibboleth_auth-0.3.0 lib/routes.rb
shibboleth_auth-0.2.1 lib/routes.rb
shibboleth_auth-0.1.2 lib/routes.rb
shibboleth_auth-0.1.1 lib/routes.rb
shibboleth_auth-0.1.0 lib/routes.rb