Sha256: e3422859abd324d38ad48bc036d723b173949ae125eaa33818628ca4a8f0d82e
Contents?: true
Size: 267 Bytes
Versions: 112
Compression:
Stored size: 267 Bytes
Contents
module Spree module Admin class VariantsIncludingMasterController < VariantsController belongs_to 'spree/product', find_by: :slug def model_class Spree::Variant end def object_name 'variant' end end end end
Version data entries
112 entries across 112 versions & 1 rubygems