Sha256: 61ed3920c6b4e285e9d90c7e0bc9b915ec96fe68bbafdfbcbf3ad6b002f9244f

Contents?: true

Size: 166 Bytes

Versions: 2

Compression:

Stored size: 166 Bytes

Contents

module Landable
  class ThemeSerializer < ActiveModel::Serializer
    attributes :id, :name, :editable, :body, :description, :thumbnail_url

    embed :ids
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
landable-1.7.1.rc1 app/serializers/landable/theme_serializer.rb
landable-1.7.0 app/serializers/landable/theme_serializer.rb