Sha256: e8d1dd3d74fc94c651b48cf289c1cd73dadd244d8939685750791cd3993de687
Contents?: true
Size: 265 Bytes
Versions: 87
Compression:
Stored size: 265 Bytes
Contents
module Account::Onboarding::InvitationLists::Base extend ActiveSupport::Concern included do belongs_to :team has_many :invitations has_many :memberships, through: :invitations accepts_nested_attributes_for :invitations, :memberships end end
Version data entries
87 entries across 87 versions & 1 rubygems