Sha256: a96e379f2f8eef08f0258236afb3422aed8fbea8f7e754ffab2945c99cd23672
Contents?: true
Size: 294 Bytes
Versions: 160
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true module Alchemy class PictureSerializer < ActiveModel::Serializer attributes :id, :name, :image_file_name, :image_file_width, :image_file_height, :image_file_size, :tag_list, :created_at, :updated_at end end
Version data entries
160 entries across 160 versions & 1 rubygems