Module: WildayUi::JavascriptHelper
- Included in:
- ApplicationHelper
- Defined in:
- app/helpers/wilday_ui/javascript_helper.rb
Instance Method Summary collapse
Instance Method Details
#w_js(options = {}) ⇒ Object
3 4 5 6 7 8 9 10 11 |
# File 'app/helpers/wilday_ui/javascript_helper.rb', line 3 def w_js( = {}) javascript_include_tag( "wilday_ui/index", { "data-turbo-track": "reload", type: "module" }.merge() ) end |