Method: InnerPerformance::FrontendsController.asset_path

Defined in:
app/controllers/inner_performance/frontends_controller.rb

.asset_path(path) ⇒ Object



13
14
15
# File 'app/controllers/inner_performance/frontends_controller.rb', line 13

def asset_path(path)
  Engine.root.join("app/frontend/inner_performance", path)
end