Sha256: 5d23ebdb52016de6f0fa707aacc726f975be7ffc96a955b45c364e6191d14aad
Contents?: true
Size: 258 Bytes
Versions: 25
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true module Alchemy class LegacyElementSerializer < ActiveModel::Serializer attributes :id, :name, :position, :page_id, :tag_list, :created_at, :updated_at has_many :contents end end
Version data entries
25 entries across 25 versions & 1 rubygems