aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/drink_designer.rb
blob: 1c407844c503525c69007cd9f6f464d6c32c1e42 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class DrinkDesigner < ActiveRecord::Base
  has_one :chef, as: :employable
end