Sha256: 16f70b05fa9fa97666e8b6dbbaa1a4ae4513f4841b7cb6a95f72904a5b904076
Contents?: true
Size: 202 Bytes
Versions: 87
Compression:
Stored size: 202 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
87 entries across 87 versions & 1 rubygems