diff --git a/config/routes.rb b/config/routes.rb index 346f7ede1..765743245 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -8,6 +8,7 @@ get 'about', to: 'home#about', as: :about get 'fellowship', to: 'home#fellowship', as: :fellowship get 'visit', to: 'home#visit', as: :visit + get 'study-with-us', to: 'home#study-with-us', as: :study-with-us get 'residency', to: 'home#residency', as: :residency get 'residents', to: 'home#residents', as: :residents get 'scholarships', to: 'home#scholarships', as: :scholarships