aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/student.rb
blob: 28a0b6c99bcf155df87a5fcfa3acb9df98a9c0d5 (plain) (blame)
1
2
3
4
class Student < ActiveRecord::Base
  has_and_belongs_to_many :lessons
  belongs_to :college
end