| URL | HTTP Verb | Action | 
|---|---|---|
| /photos/ | GET | index | 
| /photos/new | GET | new | 
| /photos | POST | create | 
| /photos/:id | GET | show | 
| /photos/:id/edit | GET | edit | 
| /photos/:id | PATCH/PUT | update | 
| /photos/:id | DELETE | destroy | 
          Last active
          May 30, 2025 09:46 
        
      - 
            
      
        
      
    Star
      
          
          (155)
      
  
You must be signed in to star a gist  - 
              
      
        
      
    Fork
      
          
          (45)
      
  
You must be signed in to fork a gist  
- 
      
 - 
        
Save alexpchin/09939db6f81d654af06b to your computer and use it in GitHub Desktop.  
    7 Restful Routes
  
        thanks, really helpful!
Bookmarked! thanks
You are a gentleman and a scholar for posting this sir, people will tell stories about you
<3 Clean and to the point. Thanks!
This is also a more complete list with explanation:
credit: https://medium.com/@shubhangirajagrawal/the-7-restful-routes-a8e84201f206
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Thank you!