aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/drink_designer.rb
blob: 9de6e3d618e70653767c7865ce3ac128ed00f08f (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class DrinkDesigner < ActiveRecord::Base
  has_one :chef, as: :employable
end