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

class Professor < ARUnit2Model
  has_and_belongs_to_many :courses
end