-
-
Save aikchun/b53e3f10308db436af6dba391f8c25a9 to your computer and use it in GitHub Desktop.
Revisions
-
alexpchin revised this gist
Mar 26, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ | **URL** | **HTTP Verb** | **Action**| |------------|-------------|------------| | /photos/ | GET | index | /photos/new | GET | new | /photos | POST | create | /photos/:id | GET | show | /photos/:id/edit | GET | edit -
alexpchin created this gist
Mar 25, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ | **URL** | **HTTP Verb** | **Action**| |------------|-------------|------------| | /photos/ | GET | index | /photos/ | GET | new | /photos | POST | create | /photos/:id | GET | show | /photos/:id/edit | GET | edit | /photos/:id | PATCH/PUT | update | /photos/:id | DELETE | destroy