Sha256: b90be3f618cb32dbba8685cdb1a7e63b4718c50e2ecbf4e26ec1b36b28c591f9
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
module Landable class TemplateSerializer < ActiveModel::Serializer attributes :id, :name, :body, :description, :thumbnail_url, :slug, :is_layout, :editable, :file end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
landable-1.7.0 | app/serializers/landable/template_serializer.rb |