Sha256: 5b6fb441abd5ce05af238f1dec4885e4d86484beee4678ac90ab4400eaa1e216
Contents?: true
Size: 426 Bytes
Versions: 3
Compression:
Stored size: 426 Bytes
Contents
Altry::Application.routes.draw do scope :module => :authlogic do scope :module => :cas do match "/login" => "cas_authentication#new_bushido_session", :as => "login" match "/logout" => "cas_authentication#destroy_bushido_session", :as => "logout" end end resources :users root :to => "main#index" match "main/index" => "main#index" match "main/index2" => "main#another_cool_page" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
authlogic_bushido-0.9.2 | spec/scenario/config/routes.rb |
authlogic_bushido-0.9.1 | spec/scenario/config/routes.rb |
authlogic_bushido-0.9 | spec/scenario/config/routes.rb |