Sha256: 699721695b824b06d8487a5a8e454d6a5565c1efeeadbe87366742d37a9ace42
Contents?: true
Size: 180 Bytes
Versions: 22
Compression:
Stored size: 180 Bytes
Contents
module Alchemy class EssenceFileSerializer < ActiveModel::Serializer self.root = false attributes :id, :title, :css_class has_one :attachment end end
Version data entries
22 entries across 22 versions & 1 rubygems