aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/course.rb
blob: 8a40fa740d54adb527be26f62c5fbe82b45bf005 (plain) (blame)
1
2
3
class Course < ActiveRecord::Base
  has_many :entrants
end