Skip to content

Commit

Permalink
Update home_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia authored Feb 27, 2024
1 parent 51543e1 commit 6cc43a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/controllers/home_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ def residency
@alumni = User.alumni
end

def study_with_us
@fellows = User.fellows
@alumni = User.alumni
end

def course2023
@fellows = User.fellows
@alumni = User.alumni
Expand Down

0 comments on commit 6cc43a1

Please sign in to comment.