Skip to content

Commit

Permalink
add assay_observation_units route #1972
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Sep 6, 2024
1 parent 7169060 commit 99143a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
post :register
end
end
resources :people, :programmes, :projects, :investigations, :sample_types, :samples, :studies, :models, :sops, :workflows, :data_files, :publications, :documents, :strains, :organisms, :human_diseases, :placeholders, only: [:index]
resources :people, :programmes, :projects, :investigations, :sample_types, :samples, :studies, :models, :sops, :workflows, :data_files, :publications, :documents, :strains, :organisms, :human_diseases, :observation_units, :placeholders, only: [:index]
end

# to be removed as STI does not work in too many places
Expand Down

0 comments on commit 99143a9

Please sign in to comment.