working on sibling students

This commit is contained in:
Jared Cosulich 2017-04-18 16:32:02 -04:00
parent a28a201deb
commit f4a2c103d6
9 changed files with 133 additions and 20 deletions

3
app/models/student.rb Normal file
View file

@ -0,0 +1,3 @@
class Student < ApplicationRecord
belongs_to :recipient
end