Sha256: 9645c5dad51b06749d24a74f584da6e2181d39a98646b680a72875c6d6847a3e
Contents?: true
Size: 287 Bytes
Versions: 27
Compression:
Stored size: 287 Bytes
Contents
module Alchemy class PictureSerializer < ActiveModel::Serializer self.root = false 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
27 entries across 27 versions & 2 rubygems