Skip to content

Commit

Permalink
even fewer hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia authored Feb 27, 2024
1 parent 2a771e9 commit f7a8cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7a8cf2

Please sign in to comment.