aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/department.rb
blob: 08004a0ed368ad3a1d8a678421f2e20902e2774e (plain) (blame)
1
2
3
4
class Department < ActiveRecord::Base
  has_many :chefs
  belongs_to :hotel
end