Module: Alchemy::Solidus::SpreeStoreControllerPatch

Defined in:
lib/patches/frontend/controllers/alchemy/solidus/spree_store_controller_patch.rb

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object

Allows to render Alchemy content within Solidus’ controller views



7
8
9
10
# File 'lib/patches/frontend/controllers/alchemy/solidus/spree_store_controller_patch.rb', line 7

def self.prepended(base)
  base.include Alchemy::ControllerActions
  base.include Alchemy::ConfigurationMethods
end