obdev/app/models/onboarding_item.rb

5 lines
103 B
Ruby

class OnboardingItem < ApplicationRecord
belongs_to :owner, polymorphic: true
belongs_to :form
end