Sha256: 2150f789816e639adab3703b6cbc811ba2c60b5a9ebbd652408d152a71e3d645
Contents?: true
Size: 352 Bytes
Versions: 3
Compression:
Stored size: 352 Bytes
Contents
module Clubhouse module Concerns module Serializers module InvitationSerializer extend ActiveSupport::Concern included do attributes :email, :admin, :created_at, :updated_at belongs_to :organization end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems