Sha256: 37489b42f7d9910913a1781179b75cfbad8ee74de332e2eaffe08cf33318d66c
Contents?: true
Size: 297 Bytes
Versions: 14
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module Alchemy class LegacyElementSerializer < ActiveModel::Serializer self.root = false attributes :id, :name, :position, :page_id, :cell_id, :tag_list, :created_at, :updated_at has_many :contents end end
Version data entries
14 entries across 14 versions & 1 rubygems