Last active
February 25, 2024 19:18
-
-
Save giljr/29bff89969cae358dbcab26381ef281d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX | VERB | URI patters | Interface | |
---|---|---|---|---|
new_user_session | GET | /users/sign_in | Sign In (Login) | |
destroy_user_session | DELETE | /users/sign_out | Sign Out | |
new_user_registration | GET | /users/sign_up | Sign Up | |
edit_user_registration | GET | /users/edit | Edit Account |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment