1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 13:15:27 +00:00
Files
wrestlingdev.com/app/models/school.rb

5 lines
83 B
Ruby

class School < ActiveRecord::Base
belongs_to :tournament
has_many :wrestlers
end