Module: Spree::Dashboard
- Defined in:
- lib/spree/dashboard.rb,
lib/spree/dashboard/engine.rb,
app/controllers/spree/dashboard/app_controller.rb
Defined Under Namespace
Classes: AppController, Engine
Class Attribute Summary collapse
Class Attribute Details
.dist_path ⇒ Object
12 13 14 |
# File 'lib/spree/dashboard.rb', line 12 def dist_path @dist_path.presence || ENV.fetch('SPREE_DASHBOARD_DIST_PATH', nil) end |