Class: TeamPage::TeamController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- TeamPage::TeamController
- Defined in:
- app/controllers/team_page/team_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/team_page/team_controller.rb', line 4 def index @team_members = TeamMember.all end |