Sha256: cfd9d77c5df027664e08cdd5b46d06f49c6e3e4acc970aacd3a1e816e9562dd6

Contents?: true

Size: 300 Bytes

Versions: 3

Compression:

Stored size: 300 Bytes

Contents

module Workarea
  module ProductQuickview
    class Engine < ::Rails::Engine
      include Workarea::Plugin
      isolate_namespace Workarea::ProductQuickview

      config.to_prepare do
        Storefront::ApplicationController.helper(Storefront::ProductQuickviewHelper)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-product_quickview-2.0.4 lib/workarea/product_quickview/engine.rb
workarea-product_quickview-2.0.3 lib/workarea/product_quickview/engine.rb
workarea-product_quickview-2.0.2 lib/workarea/product_quickview/engine.rb