Class: Spree::StorefrontConfig
- Inherits:
-
Object
- Object
- Spree::StorefrontConfig
- Defined in:
- lib/spree/storefront.rb
Instance Method Summary collapse
Instance Method Details
#partials ⇒ Object
23 24 25 26 27 28 |
# File 'lib/spree/storefront.rb', line 23 def partials @partials ||= Spree::Core::Partials.new( Rails.application.config.spree_storefront, Spree::Storefront::Engine::Environment ) end |