Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

Commit

Permalink
Let's try this way
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Jul 28, 2010
1 parent d819517 commit 2b3b643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise_cas_authenticatable/routes.rb
Expand Up @@ -6,7 +6,7 @@ class Mapper

def devise_cas(mapping, controllers)
# service endpoint for CAS server
get mapping.fullpath, :to => "#{controllers[:cas_sessions]}#service"
get "/", :to => "#{controllers[:cas_sessions]}#service"

get mapping.path_names[:sign_in], :to => "#{controllers[:cas_sessions]}#create", :as => :"new_#{mapping.name}_session"
post mapping.path_names[:sign_in], :to => "#{controllers[:cas_sessions]}#create", :as => :"#{mapping.name}_session"
Expand Down

0 comments on commit 2b3b643

Please sign in to comment.