Module: ZuoraConnectUi::AssetHelper
- Defined in:
- app/helpers/zuora_connect_ui/asset_helper.rb
Overview
Helper methods for including CDN links in views
Constant Summary collapse
- ANJUNA_VERSION =
'1.2.14'- ANJUNA_CORE_URL =
"https://cdn.zuora.com/@anjuna/core@#{ANJUNA_VERSION}/anjuna-core/anjuna-core.js"- ANJUNA_CHARTS_URL =
"https://cdn.zuora.com/@anjuna/charts@#{ANJUNA_VERSION}/anjuna-charts/anjuna-charts.js"
Instance Method Summary collapse
Instance Method Details
#zuo_include_tag ⇒ Object
10 11 12 |
# File 'app/helpers/zuora_connect_ui/asset_helper.rb', line 10 def zuo_include_tag anjuna_core + anjuna_charts + anjuna_theme end |