Skip to content

Commit

Permalink
Add human diseases related resource paths
Browse files Browse the repository at this point in the history
* data_files_human_diseases_path
* human_diseases_data_files_path
* publication_human_diseases_path
  • Loading branch information
ChristophB committed Jan 26, 2024
1 parent 075dee2 commit 4fd42da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
get :retrieve_nels_sample_metadata
get :has_matching_sample_type
end
resources :people, :programmes, :projects, :investigations, :assays, :samples, :studies, :publications, :events, :collections, :workflows, :file_templates, :placeholders, only: [:index]
resources :people, :programmes, :projects, :investigations, :assays, :samples, :studies, :publications, :events, :collections, :workflows, :file_templates, :placeholders, :human_diseases, only: [:index]
end

resources :presentations, concerns: [:has_content_blobs, :publishable, :has_versions, :asset] do
Expand Down Expand Up @@ -607,7 +607,7 @@
post :request_contact
post :upload_pdf
end
resources :people, :programmes, :projects, :investigations, :assays, :studies, :models, :data_files, :documents, :presentations, :organisms, :events, :collections, :workflows, :human_diseases, only: [:index]
resources :people, :programmes, :projects, :investigations, :assays, :studies, :models, :data_files, :documents, :presentations, :organisms, :human_diseases, :events, :collections, :workflows, :human_diseases, only: [:index]
end

resources :events, concerns: [:asset] do
Expand Down Expand Up @@ -639,7 +639,7 @@
collection do
post :search_ajax
end
resources :projects, :programmes, :assays, :studies, :models, :publications, only: [:index]
resources :projects, :programmes, :assays, :studies, :models, :publications, :data_files, only: [:index]
member do
get :tree
end
Expand Down

0 comments on commit 4fd42da

Please sign in to comment.