Sha256: 64ac2ddb9c128df74a767225ebdab475437757082f89debe8f120e3019644a76
Contents?: true
Size: 478 Bytes
Versions: 2
Compression:
Stored size: 478 Bytes
Contents
# frozen_string_literal: true module SolidusConfigurableKits module Spree module Api module VariantsControllerDecorator private def include_list [ { option_values: :option_type }, { product: :kit_requirements }, :default_price, :images, { stock_items: :stock_location }, ] end ::Spree::Api::VariantsController.prepend self end end end end
Version data entries
2 entries across 2 versions & 1 rubygems