Sha256: 965ec813b9e5dbab76d929865808837eb801a6592049a142f4c2cf772775fcd8
Contents?: true
Size: 188 Bytes
Versions: 25
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true module Alchemy class EssenceFileSerializer < ActiveModel::Serializer attributes :id, :title, :css_class has_one :attachment end end
Version data entries
25 entries across 25 versions & 1 rubygems