Skip to content

Instantly share code, notes, and snippets.

@destroytoday
Created December 21, 2011 21:18
Show Gist options
  • Save destroytoday/1507746 to your computer and use it in GitHub Desktop.
Save destroytoday/1507746 to your computer and use it in GitHub Desktop.
Prettier URLs for Devise
devise_for :user, :path => 'account', :path_names =>
{
:sign_in => 'login',
:sign_out => 'logout',
:invitation => 'invite'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment