Skip to content

Instantly share code, notes, and snippets.

@kelhusseiny
Created April 20, 2012 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kelhusseiny/2426145 to your computer and use it in GitHub Desktop.
Save kelhusseiny/2426145 to your computer and use it in GitHub Desktop.
root :to => "sessions#login"
match "signup", :to => "users#new"
match "login", :to => "sessions#login"
match "logout", :to => "sessions#logout"
match "home", :to => "sessions#home"
match "profile", :to => "sessions#profile"
match "setting", :to => "sessions#setting"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment