We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f9063 commit 0f7aaf2Copy full SHA for 0f7aaf2
config/routes.rb
@@ -1,2 +1,4 @@
1
Nova::Engine.routes.draw do
2
+ # get orcid record for contributor
3
+ get "orcid_records(/:orcid_id)", to: "orcid_records#show"
4
end
0 commit comments