Skip to content

Instantly share code, notes, and snippets.

@jendiamond
Last active July 26, 2019 16:23
Show Gist options
  • Save jendiamond/5eabed110d864a74b3be7228b6939619 to your computer and use it in GitHub Desktop.
Save jendiamond/5eabed110d864a74b3be7228b6939619 to your computer and use it in GitHub Desktop.
Prefix / *_path Verb URI Pattern Controller#Action
importer_documentation_guide_path GET /importer_documentation/guide(.:format) importer_documentation#guide
importer_documentation_csv_path GET /importer_documentation/csv(.:format) importer_documentation#csv
csv_imports_path GET /csv_imports(.:format) csv_imports#index
- POST /csv_imports(.:format) csv_imports#create
new_csv_import_path GET /csv_imports/new(.:format) csv_imports#new
csv_import_path GET /csv_imports/:id(.:format) csv_imports#show
preview_csv_import_path POST /csv_imports/preview(.:format) csv_imports#preview
csv_imports_preview_path GET /csv_imports/preview(.:format) redirect(301, csv_imports/new)
- GET /csv_imports(.:format) csv_imports#index
- POST /csv_imports(.:format) csv_imports#create
- GET /csv_imports/new(.:format) csv_imports#new
- GET /csv_imports/:id(.:format) csv_imports#show
- GET /csv_imports/:id/log(.:format) csv_imports#log
branding_info_path GET /branding_info/:id(.:format) branding_info#show
root_path GET / catalog#index
riiif_path - /images Riiif::Engine
blacklight_path - / Blacklight::Engine
search_catalog_path GET POST /catalog(.:format)
track_catalog_path POST /catalog/:id/track(.:format) catalog#track
opensearch_catalog_path GET /catalog/opensearch(.:format) catalog#opensearch
facet_catalog_path GET /catalog/facet/:id(.:format) catalog#facet
new_user_session_path GET /users/sign_in(.:format) devise/sessions#new
user_session_path POST /users/sign_in(.:format) devise/sessions#create
destroy_user_session_path GET /users/sign_out(.:format) devise/sessions#destroy
new_user_password_path GET /users/password/new(.:format) devise/passwords#new
edit_user_password_path GET /users/password/edit(.:format) devise/passwords#edit
user_password_path PATCH /users/password(.:format) devise/passwords#update
- PUT /users/password(.:format) devise/passwords#update
- POST /users/password(.:format) devise/passwords#create
cancel_user_registration_path GET /users/cancel(.:format) devise/registrations#cancel
new_user_registration_path GET /users/sign_up(.:format) devise/registrations#new
edit_user_registration_path GET /users/edit(.:format) devise/registrations#edit
user_registration_path PATCH /users(.:format) devise/registrations#update
- PUT /users(.:format) devise/registrations#update
- DELETE /users(.:format) devise/registrations#destroy
- POST /users(.:format) devise/registrations#create
role_management_path - / Hydra::RoleManagement::Engine
qa_path - /authorities Qa::Engine
hyrax_path - / Hyrax::Engine
welcome_index_path GET /welcome(.:format) welcome#index
edit_upload_set_path GET /upload_sets/:id/edit(.:format) upload_sets#edit
upload_set_path PATCH /upload_sets/:id(.:format) upload_sets#update
PUT /upload_sets/:id(.:format) upload_sets#update
hyrax_workflow_action_path PATCH /concern/workflow_actions/:id(.:format) hyrax/workflow_actions#update
- PUT /concern/workflow_actions/:id(.:format) hyrax/workflow_actions#update
hyrax_works_path POST /concern/works(.:format) hyrax/works#create
new_hyrax_work_path GET /concern/works/new(.:format) hyrax/works#new
edit_hyrax_work_path GET /concern/works/:id/edit(.:format) hyrax/works#edit
hyrax_work_path GET /concern/works/:id(.:format) hyrax/works#show
- PATCH /concern/works/:id(.:format) hyrax/works#update
- PUT /concern/works/:id(.:format) hyrax/works#update
- DELETE /concern/works/:id(.:format) hyrax/works#destroy
manifest_hyrax_work_path GET /concern/works/:id/manifest(.:format) hyrax/works#manifest
file_manager_hyrax_work_path GET /concern/works/:id/file_manager(.:format) hyrax/works#file_manager
inspect_work_hyrax_work_path GET /concern/works/:id/inspect_work(.:format) hyrax/works#inspect_work
hyrax_child_works_path POST /concern/child_works(.:format) hyrax/child_works#create
new_hyrax_child_work_path GET /concern/child_works/new(.:format) hyrax/child_works#new
edit_hyrax_child_work_path GET /concern/child_works/:id/edit(.:format) hyrax/child_works#edit
hyrax_child_work_path GET /concern/child_works/:id(.:format) hyrax/child_works#show
- PATCH /concern/child_works/:id(.:format) hyrax/child_works#update
- PUT /concern/child_works/:id(.:format) hyrax/child_works#update
- DELETE /concern/child_works/:id(.:format) hyrax/child_works#destroy
manifest_hyrax_child_work_path GET /concern/child_works/:id/manifest(.:format) hyrax/child_works#manifest
file_manager_hyrax_child_work_path GET /concern/child_works/:id/file_manager(.:format) hyrax/child_works#file_manager
inspect_work_hyrax_child_work_path GET /concern/child_works/:id/inspect_work(.:format) hyrax/child_works#inspect_work
hyrax_parent_works_path POST /concern/parent/:parent_id/works(.:format) hyrax/works#create
new_hyrax_parent_work_path GET /concern/parent/:parent_id/works/new(.:format) hyrax/works#new
edit_hyrax_parent_work_path GET /concern/parent/:parent_id/works/:id/edit(.:format) hyrax/works#edit
hyrax_parent_work_path GET /concern/parent/:parent_id/works/:id(.:format) hyrax/works#show
- PATCH /concern/parent/:parent_id/works/:id(.:format) hyrax/works#update
- PUT /concern/parent/:parent_id/works/:id(.:format) hyrax/works#update
- DELETE /concern/parent/:parent_id/works/:id(.:format) hyrax/works#destroy
hyrax_parent_child_works_path POST /concern/parent/:parent_id/child_works(.:format) hyrax/child_works#create
new_hyrax_parent_child_work_path GET /concern/parent/:parent_id/child_works/new(.:format) hyrax/child_works#new
edit_hyrax_parent_child_work_path GET /concern/parent/:parent_id/child_works/:id/edit(.:format) hyrax/child_works#edit
hyrax_parent_child_work_path GET /concern/parent/:parent_id/child_works/:id(.:format) hyrax/child_works#show
- PATCH /concern/parent/:parent_id/child_works/:id(.:format) hyrax/child_works#update
- PUT /concern/parent/:parent_id/child_works/:id(.:format) hyrax/child_works#update
- DELETE /concern/parent/:parent_id/child_works/:id(.:format) hyrax/child_works#destroy
hyrax_parent_file_set_path GET /concern/parent/:parent_id/file_sets/:id(.:format) hyrax/file_sets#show
confirm_hyrax_permission_path GET /concern/permissions/:id/confirm(.:format) hyrax/permissions#confirm
copy_hyrax_permission_path POST /concern/permissions/:id/copy(.:format) hyrax/permissions#copy
versions_hyrax_file_set_path GET /concern/file_sets/:id/versions(.:format) hyrax/file_sets#versions
rollback_hyrax_file_set_path PUT /concern/file_sets/:id/rollback(.:format) hyrax/file_sets#rollback
edit_hyrax_file_set_path GET /concern/file_sets/:id/edit(.:format) hyrax/file_sets#edit
hyrax_file_set_path GET /concern/file_sets/:id(.:format) hyrax/file_sets#show
- PATCH /concern/file_sets/:id(.:format) hyrax/file_sets#update
- PUT /concern/file_sets/:id(.:format) hyrax/file_sets#update
- DELETE /concern/file_sets/:id(.:format) hyrax/file_sets#destroy
email_solr_document__path GET POST /catalog/:id/email(.:format)
sms_solr_document__path GET POST /catalog/:id/sms(.:format)
citation_solr_document__path GET /catalog/:id/citation(.:format) catalog#citation
email_solr_documents__path GET POST /catalog/email(.:format)
sms_solr_documents__path GET POST /catalog/sms(.:format)
citation_solr_documents__path GET /catalog/citation(.:format) catalog#citation
solr_document__path GET /catalog/:id(.:format) catalog#show
email_bookmark__path GET POST /bookmarks/:id/email(.:format)
sms_bookmark__path GET POST /bookmarks/:id/sms(.:format)
citation_bookmark__path GET /bookmarks/:id/citation(.:format) bookmarks#citation
email_bookmarks__path GET POST /bookmarks/email(.:format)
sms_bookmarks__path GET POST /bookmarks/sms(.:format)
citation_bookmarks__path GET /bookmarks/citation(.:format) bookmarks#citation
clear_bookmarks__path DELETE /bookmarks/clear(.:format) bookmarks#clear
bookmarks__path GET /bookmarks(.:format) bookmarks#index
POST /bookmarks(.:format) bookmarks#create
new_bookmark__path GET /bookmarks/new(.:format) bookmarks#new
edit_bookmark__path GET /bookmarks/:id/edit(.:format) bookmarks#edit
bookmark__path GET /bookmarks/:id(.:format) bookmarks#show
- PATCH /bookmarks/:id(.:format) bookmarks#update
- PUT /bookmarks/:id(.:format) bookmarks#update
- DELETE /bookmarks/:id(.:format) bookmarks#destroy
sidekiq_web__path - /sidekiq Sidekiq::Web

Routes for Blacklight::Engine

Prefix Verb URI Pattern Controller#Action
search_history GET /search_history(.:format) search_history#index
clear_search_history DELETE /search_history/clear(.:format) search_history#clear
clear_saved_searches DELETE /saved_searches/clear(.:format) saved_searches#clear
saved_searches GET /saved_searches(.:format) saved_searches#index
save_search PUT /saved_searches/save/:id(.:format) saved_searches#save
forget_search DELETE /saved_searches/forget/:id(.:format) saved_searches#forget
- POST /saved_searches/forget/:id(.:format) saved_searches#forget
track_search_context POST /catalog/:id/track(.:format) catalog#track {:id=>/[\w-]+/}
suggest_index GET /suggest(.:format) suggest#index {:format=>"json"}

Routes for Hydra::RoleManagement::Engine

Prefix Verb URI Pattern Controller#Action
role_users POST /roles/:role_id/users(.:format) user_roles#create
role_user DELETE /roles/:role_id/users/:id(.:format) user_roles#destroy
roles GET /roles(.:format) roles#index
- POST /roles(.:format) roles#create
new_role GET /roles/new(.:format) roles#new
edit_role GET /roles/:id/edit(.:format) roles#edit
role GET /roles/:id(.:format) roles#show
- PATCH /roles/:id(.:format) roles#update
- PUT /roles/:id(.:format) roles#update
- DELETE /roles/:id(.:format) roles#destroy

Routes for Qa::Engine

Prefix Verb URI Pattern Controller#Action
list_linked_data_authorities GET /list/linked_data/authorities(.:format) qa/linked_data_terms#list
reload_linked_data_authorities GET /reload/linked_data/authorities(.:format) qa/linked_data_terms#reload
- GET /search/linked_data/:vocab(/:subauthority)(.:format) qa/linked_data_terms#search
- GET /fetch/linked_data/:vocab(.:format) qa/linked_data_terms#fetch
- GET /show/linked_data/:vocab/:id(.:format) qa/linked_data_terms#show
- GET /show/linked_data/:vocab/:subauthority/:id(.:format) qa/linked_data_terms#show
- GET /terms/:vocab(/:subauthority)(.:format) qa/terms#index
- GET /search/:vocab(/:subauthority)(.:format) qa/terms#search
- GET /show/:vocab/:id(.:format) qa/terms#show
- GET /show/:vocab/:subauthority/:id(.:format) qa/terms#show
- OPTIONS /search/linked_data/:vocab(/:subauthority)(.:format) qa/application#options
- OPTIONS /show/linked_data/:vocab/:id(.:format) qa/application#options
- OPTIONS /show/linked_data/:vocab/:subauthority/:id(.:format) qa/application#options
- OPTIONS /terms/:vocab(/:subauthority)(.:format) qa/application#options
- OPTIONS /search/:vocab(/:subauthority)(.:format) qa/application#options
- OPTIONS /show/:vocab/:id(.:format) qa/application#options
- OPTIONS /show/:vocab/:subauthority/:id(.:format) qa/application#options

Routes for Hyrax::Engine

Prefix Verb URI Pattern Controller#Action
homepage_index GET /homepage(.:format) hyrax/homepage#index
root GET / hyrax/homepage#index
- GET /files/:id(.:format) redirect(301, /concern/generic_works/%{id})
download GET /downloads/:id(.:format) hyrax/downloads#show
source_description GET /.well-known/resourcesync(.:format) hyrax/resource_sync#source_description
capability_list GET /capabilitylist(.:format) hyrax/resource_sync#capability_list
resource_list GET /resourcelist(.:format) hyrax/resource_sync#resource_list
change_list GET /changelist(.:format) hyrax/resource_sync#change_list
uploaded_file DELETE /uploads/:id(.:format) hyrax/uploads#destroy
uploads POST /uploads(.:format) hyrax/uploads#create
PATCH /uploads(.:format) hyrax/uploads#create
batch_edits_clear GET POST /batch_edits/clear(.:format)
batch_edit DELETE /batch_edits/:id(.:format) hyrax/batch_edits#destroy
batch_edits GET /batch_edits(.:format) hyrax/batch_edits#index
edit_batch_edits GET /batch_edits/edit(.:format) hyrax/batch_edits#edit
PUT /batch_edits(.:format) hyrax/batch_edits#update
clear_batch_edits DELETE /batch_edits/clear(.:format) hyrax/batch_edits#clear
state_batch_edits PUT /batch_edits/state(.:format) hyrax/batch_edits#state
all_batch_edits PUT /batch_edits/all(.:format) hyrax/batch_edits#all
- GET /batch_edits(.:format) hyrax/batch_edits#index
- PUT /batch_edits/:id(.:format) hyrax/batch_edits#add
- DELETE /batch_edits(.:format) hyrax/batch_edits#destroy_collection
batch_uploads POST /batch_uploads(.:format) hyrax/batch_uploads#create
new_batch_upload GET /batch_uploads/new(.:format) hyrax/batch_uploads#new
- GET /collections/:id/page/:page(.:format) hyrax/collections#index
dashboard_facet_collection GET /collections/:id/facet/:id(.:format) hyrax/collections#facet
files_collection GET /collections/:id/files(.:format) hyrax/collections#files
collection GET /collections/:id(.:format) hyrax/collections#show
file_set_fixity_checks POST /concern/file_sets/:file_set_id/fixity_checks(.:format) hyrax/fixity_checks#create
stats_file_set GET /concern/file_sets/:id/stats(.:format) hyrax/file_sets#stats
citations_file GET /files/:id/citation(.:format) hyrax/citations#file
stats_file GET /files/:id/stats(.:format) hyrax/stats#file
work_transfers POST /works/:id/transfers(.:format) hyrax/transfers#create
new_work_transfer GET /works/:id/transfers/new(.:format) hyrax/transfers#new
featured_work DELETE /works/:id/featured_work(.:format) hyrax/featured_works#destroy
- POST /works/:id/featured_work(.:format) hyrax/featured_works#create
citations_work GET /works/:id/citation(.:format) hyrax/citations#work
stats_work GET /works/:id/stats(.:format) hyrax/stats#work
trophy_work POST /works/:id/trophy(.:format) hyrax/trophies#toggle_trophy
user_depositors POST /users/:user_id/depositors(.:format) hyrax/depositors#create
user_depositor DELETE /users/:user_id/depositors/:id(.:format) hyrax/depositors#destroy
depositors GET /proxies(.:format) hyrax/depositors#index
featured_work_lists POST /featured_works(.:format) hyrax/featured_work_lists#create
delete_all_notifications DELETE /notifications/delete_all(.:format) hyrax/notifications#delete_all
notifications GET /notifications(.:format) hyrax/notifications#index
notification DELETE /notifications/:id(.:format) hyrax/notifications#destroy
notifications_endpoint - /notifications/endpoint #<ActionCable::Server::Base:0x0000563ffe7da778 @mutex=#<Monitor:0x0000563ffe7da750 @mon_owner=nil, @mon_count=0, @mon_mutex=#Thread::Mutex:0x0000563ffe7da700>, @pubsub=nil, @worker_pool=nil, @event_loop=nil, @remote_connections=nil>
user_operations GET /users/:user_id/operations(.:format) hyrax/operations#index
user_operation GET /users/:user_id/operations/:id(.:format) hyrax/operations#show
users GET /users(.:format) hyrax/users#index
user GET /users/:id(.:format) hyrax/users#show
dashboard GET /dashboard(.:format) hyrax/dashboard#show
dashboard_activity_dashboard_index GET /dashboard/activity(.:format) hyrax/dashboard#activity
accept_transfer PUT /dashboard/transfers/:id/accept(.:format) hyrax/transfers#accept
reject_transfer PUT /dashboard/transfers/:id/reject(.:format) hyrax/transfers#reject
transfers GET /dashboard/transfers(.:format) hyrax/transfers#index
transfer DELETE /dashboard/transfers/:id(.:format) hyrax/transfers#destroy
dashboard_works GET /dashboard/works(.:format) hyrax/dashboard/works#index
dashboard_works_facet GET /dashboard/works/facet/:id(.:format) hyrax/dashboard/works#facet
- GET /dashboard/collections/:id/page/:page(.:format) hyrax/dashboard/collections#index
dashboard_facet_dashboard_collection GET /dashboard/collections/:id/facet/:id(.:format) hyrax/dashboard/collections#facet
files_dashboard_collection GET /dashboard/collections/:id/files(.:format) hyrax/dashboard/collections#files
- PUT /dashboard/collections(.:format) hyrax/dashboard/collections#update
remove_member_dashboard_collections PUT /dashboard/collections/remove_member(.:format) hyrax/dashboard/collections#remove_member
dashboard_collections GET /dashboard/collections(.:format) hyrax/dashboard/collections#index
- POST /dashboard/collections(.:format) hyrax/dashboard/collections#create
new_dashboard_collection GET /dashboard/collections/new(.:format) hyrax/dashboard/collections#new
edit_dashboard_collection GET /dashboard/collections/:id/edit(.:format) hyrax/dashboard/collections#edit
dashboard_collection GET /dashboard/collections/:id(.:format) hyrax/dashboard/collections#show
- PATCH /dashboard/collections/:id(.:format) hyrax/dashboard/collections#update
- PUT /dashboard/collections/:id(.:format) hyrax/dashboard/collections#update
- DELETE /dashboard/collections/:id(.:format) hyrax/dashboard/collections#destroy
- POST /dashboard/collections/:id(.:format) hyrax/dashboard/collection_members#update_members
dashboard_create_nest_collection_within POST /dashboard/collections/:child_id/within(.:format) hyrax/dashboard/nest_collections#create_relationship_within
dashboard_create_subcollection_under GET /dashboard/collections/:parent_id/under(.:format) hyrax/dashboard/nest_collections#create_collection_under
dashboard_create_nest_collection_under POST /dashboard/collections/:parent_id/under(.:format) hyrax/dashboard/nest_collections#create_relationship_under
dashboard_remove_parent_relationship_above POST /dashboard/collections/:child_id/remove_parent/:parent_id(.:format) hyrax/dashboard/nest_collections#remove_relationship_above
dashboard_remove_child_relationship_under POST /dashboard/collections/:parent_id/remove_child/:child_id(.:format) hyrax/dashboard/nest_collections#remove_relationship_under
edit_dashboard_profile GET /dashboard/profiles/:id/edit(.:format) hyrax/dashboard/profiles#edit
dashboard_profile GET /dashboard/profiles/:id(.:format) hyrax/dashboard/profiles#show
- PATCH /dashboard/profiles/:id(.:format) hyrax/dashboard/profiles#update
- PUT /dashboard/profiles/:id(.:format) hyrax/dashboard/profiles#update
my_works GET /dashboard/my/works(.:format) hyrax/my/works#index
my GET /dashboard/my/works/page/:page(.:format) hyrax/my/works#index
my_dashboard_works_facet GET /dashboard/my/works/facet/:id(.:format) hyrax/my/works#facet
my_collections GET /dashboard/my/collections(.:format) hyrax/my/collections#index
- GET /dashboard/my/collections/page/:page(.:format) hyrax/my/collections#index
my_dashboard_collections_facet GET /dashboard/my/collections/facet/:id(.:format) hyrax/my/my/collections#facet
dashboard_highlights GET /dashboard/highlights(.:format) hyrax/my/highlights#index
- GET /dashboard/highlights/page/:page(.:format) hyrax/my/highlights#index
dashboard_highlights_facet GET /dashboard/highlights/facet/:id(.:format) hyrax/my/highlights#facet
dashboard_shares GET /dashboard/shares(.:format) hyrax/my/shares#index
- GET /dashboard/shares/page/:page(.:format) hyrax/my/shares#index
dashboard_shares_facet GET /dashboard/shares/facet/:id(.:format) hyrax/my/shares#facet
new_dashboard_collection_permission_template GET /dashboard/collections/permission_template/new(.:format) hyrax/admin/permission_templates#new
edit_dashboard_collection_permission_template GET /dashboard/collections/:collection_id/permission_template/edit(.:format) hyrax/admin/permission_templates#edit
dashboard_collection_permission_template GET /dashboard/collections/:collection_id/permission_template(.:format) hyrax/admin/permission_templates#show
- PATCH /dashboard/collections/:collection_id/permission_template(.:format) hyrax/admin/permission_templates#update
- PUT /dashboard/collections/:collection_id/permission_template(.:format) hyrax/admin/permission_templates#update
- DELETE /dashboard/collections/:collection_id/permission_template(.:format) hyrax/admin/permission_templates#destroy
- POST /dashboard/collections/:collection_id/permission_template(.:format) hyrax/admin/permission_templates#create
contact_form_index POST /contact(.:format) hyrax/contact_form#create
contact GET /contact(.:format) hyrax/contact_form#new
show_single_use_link GET /single_use_link/show/:id(.:format) hyrax/single_use_links_viewer#show
download_single_use_link GET /single_use_link/download/:id(.:format) hyrax/single_use_links_viewer#download
generate_download_single_use_link POST /single_use_link/generate_download/:id(.:format) hyrax/single_use_links#create_download
generate_show_single_use_link POST /single_use_link/generate_show/:id(.:format) hyrax/single_use_links#create_show
generated_single_use_links GET /single_use_link/generated/:id(.:format) hyrax/single_use_links#index
delete_single_use_link DELETE /single_use_link/:id/delete/:link_id(.:format) hyrax/single_use_links#destroy
embargoes PATCH /embargoes(.:format) hyrax/embargoes#update
GET /embargoes(.:format) hyrax/embargoes#index
edit_embargo GET /embargoes/:id/edit(.:format) hyrax/embargoes#edit
embargo DELETE /embargoes/:id(.:format) hyrax/embargoes#destroy
leases PATCH /leases(.:format) hyrax/leases#update
- GET /leases(.:format) hyrax/leases#index
edit_lease GET /leases/:id/edit(.:format) hyrax/leases#edit
lease DELETE /leases/:id(.:format) hyrax/leases#destroy
confirm_permission GET /concern/permissions/:id/confirm(.:format) hyrax/permissions#confirm
copy_permission POST /concern/permissions/:id/copy(.:format) hyrax/permissions#copy
confirm_access_permission GET /concern/permissions/:id/confirm_access(.:format) hyrax/permissions#confirm_access
copy_access_permission POST /concern/permissions/:id/copy_access(.:format) hyrax/permissions#copy_access
files_admin_admin_set GET /admin/admin_sets/:id/files(.:format) hyrax/admin/admin_sets#files
new_admin_admin_set_permission_template GET /admin/admin_sets/:admin_set_id/permission_template/new(.:format) hyrax/admin/permission_templates#new
edit_admin_admin_set_permission_template GET /admin/admin_sets/:admin_set_id/permission_template/edit(.:format) hyrax/admin/permission_templates#edit
admin_admin_set_permission_template GET /admin/admin_sets/:admin_set_id/permission_template(.:format) hyrax/admin/permission_templates#show
- PATCH admin/admin_sets/:admin_set_id/permission_template(.:format) hyrax/admin/permission_templates#update
- PUT /admin/admin_sets/:admin_set_id/permission_template(.:format) hyrax/admin/permission_templates#update
- DELETE /admin/admin_sets/:admin_set_id/permission_template(.:format) hyrax/admin/permission_templates#destroy
- POST /admin/admin_sets/:admin_set_id/permission_template(.:format) hyrax/admin/permission_templates#create
admin_admin_sets GET /admin/admin_sets(.:format) hyrax/admin/admin_sets#index
- POST /admin/admin_sets(.:format) hyrax/admin/admin_sets#create
new_admin_admin_set GET /admin/admin_sets/new(.:format) hyrax/admin/admin_sets#new
edit_admin_admin_set GET /admin/admin_sets/:id/edit(.:format) hyrax/admin/admin_sets#edit
admin_admin_set GET /admin/admin_sets/:id(.:format) hyrax/admin/admin_sets#show
- PATCH /admin/admin_sets/:id(.:format) hyrax/admin/admin_sets#update
- PUT /admin/admin_sets/:id(.:format) hyrax/admin/admin_sets#update
- DELETE /admin/admin_sets/:id(.:format) hyrax/admin/admin_sets#destroy
admin_users GET /admin/users(.:format) hyrax/admin/users#index
admin_permission_template_access DELETE /admin/permission_template_accesses/:id(.:format) hyrax/admin/permission_template_accesses#destroy
admin_stats GET /admin/stats(.:format) hyrax/admin/stats#show
admin_feature_strategy PATCH /admin/features/:feature_id/strategies/:id(.:format) hyrax/admin/strategies#update
- PUT /admin/features/:feature_id/strategies/:id(.:format) hyrax/admin/strategies#update
- DELETE /admin/features/:feature_id/strategies/:id(.:format) hyrax/admin/strategies#destroy
admin_features GET /admin/features(.:format) hyrax/admin/features#index
admin_workflows GET /admin/workflows(.:format) hyrax/admin/workflows#index
POST /admin/workflows(.:format) hyrax/admin/workflows#create
new_admin_workflow GET /admin/workflows/new(.:format) hyrax/admin/workflows#new
edit_admin_workflow GET /admin/workflows/:id/edit(.:format) hyrax/admin/workflows#edit
admin_workflow GET /admin/workflows/:id(.:format) hyrax/admin/workflows#show
- PATCH /admin/workflows/:id(.:format) hyrax/admin/workflows#update
- PUT /admin/workflows/:id(.:format) hyrax/admin/workflows#update
- DELETE /admin/workflows/:id(.:format) hyrax/admin/workflows#destroy
admin_workflow_roles GET /admin/workflow_roles(.:format) hyrax/admin/workflow_roles#index
POST /admin/workflow_roles(.:format) hyrax/admin/workflow_roles#create
new_admin_workflow_role GET /admin/workflow_roles/new(.:format) hyrax/admin/workflow_roles#new
edit_admin_workflow_role GET /admin/workflow_roles/:id/edit(.:format) hyrax/admin/workflow_roles#edit
admin_workflow_role GET /admin/workflow_roles/:id(.:format) hyrax/admin/workflow_roles#show
- PATCH /admin/workflow_roles/:id(.:format) hyrax/admin/workflow_roles#update
- PUT /admin/workflow_roles/:id(.:format) hyrax/admin/workflow_roles#update
- DELETE /admin/workflow_roles/:id(.:format) hyrax/admin/workflow_roles#destroy
new_admin_appearance GET /admin/appearance/new(.:format) hyrax/admin/appearances#new
edit_admin_appearance GET /admin/appearance/edit(.:format) hyrax/admin/appearances#edit
admin_appearance GET /admin/appearance(.:format) hyrax/admin/appearances#show
- PATCH /admin/appearance(.:format) hyrax/admin/appearances#update
- PUT /admin/appearance(.:format) hyrax/admin/appearances#update
- DELETE /admin/appearance(.:format) hyrax/admin/appearances#destroy
- POST /admin/appearance(.:format) hyrax/admin/appearances#create
admin_collection_types GET /admin/collection_types(.:format) hyrax/admin/collection_types#index
- POST /admin/collection_types(.:format) hyrax/admin/collection_types#create
new_admin_collection_type GET /admin/collection_types/new(.:format) hyrax/admin/collection_types#new
edit_admin_collection_type GET /admin/collection_types/:id/edit(.:format) hyrax/admin/collection_types#edit
admin_collection_type PATCH /admin/collection_types/:id(.:format) hyrax/admin/collection_types#update
- PUT /admin/collection_types/:id(.:format) hyrax/admin/collection_types#update
- DELETE /admin/collection_types/:id(.:format) hyrax/admin/collection_types#destroy
admin_collection_type_participants POST /admin/collection_type_participants(.:format) hyrax/admin/collection_type_participants#create
admin_collection_type_participant DELETE /admin/collection_type_participants/:id(.:format) hyrax/admin/collection_type_participants#destroy
content_block PATCH /content_blocks/:id(.:format) hyrax/content_blocks#update
edit_content_blocks GET /content_blocks/edit(.:format) hyrax/content_blocks#edit
page PATCH /pages/:id(.:format) hyrax/pages#update
edit_pages GET /pages/edit(.:format) hyrax/pages#edit
about GET /about(.:format) hyrax/pages#show {:key=>"about"}
help GET /help(.:format) hyrax/pages#show {:key=>"help"}
terms GET /terms(.:format) hyrax/pages#show {:key=>"terms"}
agreement GET /agreement(.:format) hyrax/pages#show {:key=>"agreement"}
zotero GET /zotero(.:format) hyrax/static#zotero
mendeley GET /mendeley(.:format) hyrax/static#mendeley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment