Method: Spree::StoreDecorator.prepended
- Defined in:
- app/decorators/models/spree/store_decorator.rb
.prepended(base) ⇒ Object
5 6 7 8 9 |
# File 'app/decorators/models/spree/store_decorator.rb', line 5 def self.prepended(base) base.class_eval do include SolidusSeo::Model end end |