mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-09 07:28:16 -07:00
Add basic text and structure for site
This commit is contained in:
parent
4f2339709f
commit
f617238594
17 changed files with 511 additions and 4 deletions
3
app/controllers/team_controller.rb
Normal file
3
app/controllers/team_controller.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class TeamController < ApplicationController
|
||||
def index; end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue