Skip to content

Commit 47fd1f8

Browse files
committed
Merge branch 'master' of https://github.com/nwspk/web
2 parents 4655310 + 49b05b3 commit 47fd1f8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

config/routes.rb

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,21 @@
1313
get 'residency', to: 'home#residency', as: :residency
1414
get 'residents', to: 'home#residents', as: :residents
1515
get 'scholarships', to: 'home#scholarships', as: :scholarships
16-
get '2023', to: 'home#course2023', as: :course2023
17-
get '2024', to: 'home#course2024', as: :course2024
18-
get '2025', to: 'home#course2025', as: :course2025
1916
get 'donate', to: redirect('https://donate.stripe.com/cN25lPeUe3qO5zyfYY'), as: :donate_redirect
2017
get 'shop', to: redirect('https://nwspk.myshopify.com/'), as: :shop
2118
get 'feedback', to: redirect('https://forms.gle/NLZ8JQdDFeuToWgF6'), as: :feedback
22-
get 'fieldwork25', to: redirect('https://docs.google.com/document/d/19eLJIlsOuKmC0sMlSqC-C8gGmI9XIOtS_8jQ5pHBuWc/edit?usp=sharing'), as: :fieldwork25
2319
get 'rationclub', to: redirect('https://forms.gle/T3rXorsrb4gXKazv9'), as: :rationclub
2420
get 'library', to: 'home#library', as: :library
2521
get 'jobs', to: 'home#jobs', as: :jobs
22+
23+
get '2023', to: 'home#course2023', as: :course2023
24+
25+
get '2024', to: 'home#course2024', as: :course2024
26+
27+
get '2025', to: 'home#course2025', as: :course2025
28+
get 'fieldwork25', to: redirect('https://docs.google.com/document/d/19eLJIlsOuKmC0sMlSqC-C8gGmI9XIOtS_8jQ5pHBuWc'), as: :fieldwork25
29+
get 'pairwork25', to: redirect('https://docs.google.com/document/d/1ZSf8g-G3rbklbpEDq_WFCykOUy921ZQwb9YZvFPbhbw'), as: :pairwork25
30+
2631
post 'webhooks', to: 'webhooks#index'
2732

2833
# LCPT routes

0 commit comments

Comments
 (0)