aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/cake_designer.rb
blob: 9c57ef573ae2cf0eaf9f99ae128ab80ed3713c72 (plain) (blame)
1
2
3
class CakeDesigner < ActiveRecord::Base
  has_one :chef, as: :employable
end