Skip to content

Instantly share code, notes, and snippets.

@mjgiarlo
Created December 8, 2015 19:54
Show Gist options
  • Save mjgiarlo/ec8524842d6d57a8622d to your computer and use it in GitHub Desktop.
Save mjgiarlo/ec8524842d6d57a8622d to your computer and use it in GitHub Desktop.
curation_concerns_file_set_audit POST /concern/file_sets/:file_set_id/audit(.:format) curation_concerns/audits#create
stats_curation_concerns_file_set GET /concern/file_sets/:id/stats(.:format) curation_concerns/file_sets#stats
curation_concerns_file_sets POST /concern/file_sets(.:format) curation_concerns/file_sets#create
new_curation_concerns_file_set GET /concern/file_sets/new(.:format) curation_concerns/file_sets#new
curation_concerns_generic_works GET /concern/generic_works(.:format) curation_concerns/generic_works#index
POST /concern/generic_works(.:format) curation_concerns/generic_works#create
new_curation_concerns_generic_work GET /concern/generic_works/new(.:format) curation_concerns/generic_works#new
edit_curation_concerns_generic_work GET /concern/generic_works/:id/edit(.:format) curation_concerns/generic_works#edit
curation_concerns_generic_work GET /concern/generic_works/:id(.:format) curation_concerns/generic_works#show
PATCH /concern/generic_works/:id(.:format) curation_concerns/generic_works#update
PUT /concern/generic_works/:id(.:format) curation_concerns/generic_works#update
DELETE /concern/generic_works/:id(.:format) curation_concerns/generic_works#destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment