Module: Telm::ApplicationHelper
- Defined in:
- app/helpers/telm/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#telm_asset_path(logical) ⇒ Object
5 6 7 |
# File 'app/helpers/telm/application_helper.rb', line 5 def telm_asset_path(logical) dist_asset_path(filename: Telm::Assets.filename_for(logical)) end |