Sha256: f7cad9657c8a68b118230532ba713d34b34950ee26fea87ae038f9d02c766f3f
Contents?: true
Size: 222 Bytes
Versions: 8
Compression:
Stored size: 222 Bytes
Contents
class Invitation < ActiveRecord::Base include ActiveModel::ForbiddenAttributesProtection include Invitational::InvitationCore belongs_to :user, optional: true accepts_system_roles_as :employer, :consultant end
Version data entries
8 entries across 8 versions & 1 rubygems