Module: Propshaft::Helper
- Defined in:
- lib/propshaft/helper.rb
Instance Method Summary collapse
Instance Method Details
#compute_asset_path(path, options = {}) ⇒ Object
2 3 4 |
# File 'lib/propshaft/helper.rb', line 2 def compute_asset_path(path, = {}) Rails.application.assets.resolver.resolve(path) end |