Files
openfoodnetwork/app/models/enterprise_role.rb

5 lines
123 B
Ruby

class EnterpriseRole < ActiveRecord::Base
belongs_to :user, :class_name => Spree.user_class
belongs_to :enterprise
end