Sha256: e8d1dd3d74fc94c651b48cf289c1cd73dadd244d8939685750791cd3993de687
Contents?: true
Size: 265 Bytes
Versions: 84
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
84 entries across 84 versions & 1 rubygems