Sha256: 66b900f6e2179baaa86a83a5802591e5c91c8acb91366e83ba5c4f9cd7b8686e

Contents?: true

Size: 420 Bytes

Versions: 5

Compression:

Stored size: 420 Bytes

Contents

require 'workarea/nvy_theme'

module Workarea
  module NvyTheme
    class Engine < ::Rails::Engine
      include Workarea::Plugin
      include Workarea::Theme
      isolate_namespace Workarea::NvyTheme

      config.to_prepare do
        Storefront::ApplicationController.helper(Storefront::ProductMediaSliderHelper)
        Storefront::ApplicationController.helper(Storefront::ImageHelper)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 lib/workarea/nvy_theme/engine.rb
workarea-nvy_theme-1.2.0 lib/workarea/nvy_theme/engine.rb
workarea-nvy_theme-1.1.4 lib/workarea/nvy_theme/engine.rb
workarea-nvy_theme-1.1.3 lib/workarea/nvy_theme/engine.rb
workarea-nvy_theme-1.1.2 lib/workarea/nvy_theme/engine.rb