Sha256: 39c5e505cc2b2f9d3d0c43e9a6e8f54d76b9ef64fedb7461d8d95dd8691343c9
Contents?: true
Size: 189 Bytes
Versions: 68
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true module Alchemy class IngredientSerializer < ActiveModel::Serializer attributes :id, :role, :value, :element_id, :data end end
Version data entries
68 entries across 68 versions & 1 rubygems