Sha256: cf18c3d52152438e0eb55686eea44f8242ad824e25c2ebc52c28e90ce9e01c32
Contents?: true
Size: 191 Bytes
Versions: 10
Compression:
Stored size: 191 Bytes
Contents
# frozen_string_literal: true module Alchemy class NodeSerializer < ActiveModel::Serializer attributes :id, :name, :lft, :rgt, :url, :parent_id end end
Version data entries
10 entries across 10 versions & 1 rubygems