Skip to content

Instantly share code, notes, and snippets.

@bhserna
Created July 7, 2012 22:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhserna/3068314 to your computer and use it in GitHub Desktop.
Save bhserna/3068314 to your computer and use it in GitHub Desktop.
User-centric Routing with Devise and Rails
authenticated do
root :to => 'users#home'
end
root :to => 'pages#home'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment