Module: SolidusShipstation::Spree::ShipmentDecorator
- Defined in:
- app/decorators/models/solidus_shipstation/spree/shipment_decorator.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.prepended(base) ⇒ Object
6 7 8 |
# File 'app/decorators/models/solidus_shipstation/spree/shipment_decorator.rb', line 6 def self.prepended(base) base.singleton_class.prepend ClassMethods end |