ecp.org/app/controllers/team_controller.rb
2022-10-03 02:27:40 -07:00

3 lines
66 B
Ruby

class TeamController < ApplicationController
def index; end
end