Module: Spree::V2::Storefront::OptionTypeSerializerDecorator

Defined in:
app/serializers/spree/v2/storefront/option_type_serializer_decorator.rb

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



5
6
7
# File 'app/serializers/spree/v2/storefront/option_type_serializer_decorator.rb', line 5

def self.prepended(base)
  base.attributes :kind, :attr_type, :promoted, :hidden
end