Skip to content

Instantly share code, notes, and snippets.

@mcansky
Created February 22, 2010 13:09
Show Gist options
  • Save mcansky/311059 to your computer and use it in GitHub Desktop.
Save mcansky/311059 to your computer and use it in GitHub Desktop.
# login routes
match "/logout" => 'user_sessions#destroy', :as => "logout"
match "/login" => 'user_sessions#new', :as => "login"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment