diff --git a/config/routes.rb b/config/routes.rb index f6dde5a93..559492def 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -8,7 +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 '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