Sha256: 29b4f77f2075ded719593b4c7dcc9f73cb9248409ffc6cc1edd1a7b14d600c1c
Contents?: true
Size: 211 Bytes
Versions: 14
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true module Alchemy class EssenceFileSerializer < ActiveModel::Serializer self.root = false attributes :id, :title, :css_class has_one :attachment end end
Version data entries
14 entries across 14 versions & 1 rubygems