Class: TeamPage::TeamController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/team_page/team_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/team_page/team_controller.rb', line 4

def index
  @team_members = TeamMember.all
end