Created
August 11, 2015 13:37
-
-
Save StasKoval/0bf76aa945db6c8460ae to your computer and use it in GitHub Desktop.
This file contains 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
api_v1_employer_applicant_comments GET /api/v1/employer_applicant_comments(.:format) api/v1/employer_applicant_comments#index | |
POST /api/v1/employer_applicant_comments(.:format) api/v1/employer_applicant_comments#create | |
new_api_v1_employer_applicant_comment GET /api/v1/employer_applicant_comments/new(.:format) api/v1/employer_applicant_comments#new | |
edit_api_v1_employer_applicant_comment GET /api/v1/employer_applicant_comments/:id/edit(.:format) api/v1/employer_applicant_comments#edit | |
api_v1_employer_applicant_comment GET /api/v1/employer_applicant_comments/:id(.:format) api/v1/employer_applicant_comments#show | |
PATCH /api/v1/employer_applicant_comments/:id(.:format) api/v1/employer_applicant_comments#update | |
PUT /api/v1/employer_applicant_comments/:id(.:format) api/v1/employer_applicant_comments#update | |
DELETE /api/v1/employer_applicant_comments/:id(.:format) api/v1/employer_applicant_comments#destroy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment