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 59654d3 commit c84f53aCopy full SHA for c84f53a
config/routes.rb
@@ -18,8 +18,8 @@
18
get 'shop', to: redirect('https://nwspk.myshopify.com/'), as: :shop
19
get 'feedback', to: redirect('https://forms.gle/NLZ8JQdDFeuToWgF6'), as: :feedback
20
get 'rationclub', to: redirect('https://forms.gle/T3rXorsrb4gXKazv9'), as: :rationclub
21
- get 'library', to: home#library, as: :library
22
- get 'jobs', to: home#jobs, as: :jobs
+ get 'library', to: 'home#library', as: :library
+ get 'jobs', to: 'home#jobs', as: :jobs
23
post 'webhooks', to: 'webhooks#index'
24
25
# LCPT routes
0 commit comments