Sha256: 6a29c1641e87ed11f38673f158dc080ad7e3228d5f3825dd5ce9052fd7b7da32
Contents?: true
Size: 306 Bytes
Versions: 2
Compression:
Stored size: 306 Bytes
Contents
module Workarea module OneTheme class Engine < ::Rails::Engine include Workarea::Plugin include Workarea::Theme isolate_namespace Workarea::OneTheme config.to_prepare do Storefront::ApplicationController.helper(Storefront::OneThemeHelper) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-one_theme-1.3.1 | lib/workarea/one_theme/engine.rb |
workarea-one_theme-1.3.0 | lib/workarea/one_theme/engine.rb |