Skip to content

Commit 343e090

Browse files
committed
fixed typo
1 parent 47be640 commit 343e090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Nova::Engine.routes.draw do
22
resources :plans do
3-
resources: contributors, except: %i[show], to: "nova/contributors"
3+
resources :contributors, except: %i[show], to: "nova/contributors"
44
end
55

66
get "orcid_records(/:orcid_id)", to: "nova/orcid_records#show"

0 commit comments

Comments
 (0)