Created
September 24, 2008 06:47
-
-
Save jackdempsey/12496 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create these manually for now til figure out namespace issue | |
r.match('/login').to(:controller => 'merb-auth/sessions', :action =>'create').name(:login) | |
r.match('/logout').to(:controller => 'merb-auth/sessions', :action =>'destroy').name(:logout) | |
r.match('/signup').to(:controller => 'merb-auth/Users', :action =>'new').name(:signup) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment