Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created September 24, 2008 06:47
Show Gist options
  • Save jackdempsey/12496 to your computer and use it in GitHub Desktop.
Save jackdempsey/12496 to your computer and use it in GitHub Desktop.
# 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