Skip to content

Instantly share code, notes, and snippets.

@ayerdines
Last active September 29, 2023 15:38
Show Gist options
  • Save ayerdines/bc3754a9cabacca3d1c06f25538e22b9 to your computer and use it in GitHub Desktop.
Save ayerdines/bc3754a9cabacca3d1c06f25538e22b9 to your computer and use it in GitHub Desktop.
Devise URL helpers with corresponding pages
  • GET new_user_session_path -> Sign In Page
  • POST user_session_path -> Sign In Action
  • DELETE destroy_user_session_path -> Sign Out Action
  • GET edit_user_password_path -> Update Password Page
  • PATCH user_password_path -> Update Password Action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment