Skip to content

Instantly share code, notes, and snippets.

@TechFounder
Created November 19, 2013 20:49
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 TechFounder/7552308 to your computer and use it in GitHub Desktop.
Save TechFounder/7552308 to your computer and use it in GitHub Desktop.
To change the URL for Devise sign in and sign out to login and logout.
devise_for :users, path_names: {sign_in: "login", sign_out: "logout"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment