Module: Workarea::Admin::StorefrontHelper

Included in:
ReleasesController
Defined in:
app/helpers/workarea/admin/storefront_helper.rb

Instance Method Summary collapse

Instance Method Details

#storefrontObject



4
5
6
7
8
9
10
# File 'app/helpers/workarea/admin/storefront_helper.rb', line 4

def storefront
  if Workarea::Storefront::Engine.mount_point == :storefront
    super
  else
    send(Workarea::Storefront::Engine.mount_point)
  end
end