mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-01 20:25:26 +00:00
Added basic scaffolds for schools wrestlers and weights
This commit is contained in:
@@ -2,5 +2,9 @@ class StaticPagesController < ApplicationController
|
||||
|
||||
def index
|
||||
end
|
||||
|
||||
def school
|
||||
@school = School.all
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user