Skip to content

Commit

Permalink
added controller for course2023
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Feb 13, 2024
1 parent 96683b9 commit 27527d8
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 course2023
@fellows = User.fellows
@alumni = User.alumni
end

def residents
@fellows = User.fellows
end
Expand Down

0 comments on commit 27527d8

Please sign in to comment.