aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/professor.rb
blob: 7654eda0ef23131c04fa7ab2ba4a54b9f7d5efe9 (plain) (blame)
1
2
3
4
5
require_dependency 'models/arunit2_model'

class Professor < ARUnit2Model
  has_and_belongs_to_many :courses
end