Rails Routes
resources :photos HTTP Verb Path Action Used for GET /photos index-display a list of all photos GET /photos/new new-return an HTML form for creating a new photo POST /photoscreatecreate a new photo GET /photos/:id show-display a specific photo GET /photos/:id/edit edit-return an HTML form for…