Module: VoltronHelper
- Defined in:
- app/helpers/voltron_helper.rb
Instance Method Summary collapse
Instance Method Details
#voltron_config_json ⇒ Object
7 8 9 |
# File 'app/helpers/voltron_helper.rb', line 7 def voltron_config_json Voltron.config.to_h.merge({ controller: controller_name, action: action_name, auth_token: try(:form_authenticity_token) }).to_json.html_safe end |
#voltron_include_tag ⇒ Object
3 4 5 |
# File 'app/helpers/voltron_helper.rb', line 3 def voltron_include_tag javascript_tag "Voltron.initialize(#{voltron_config_json});", type: 'text/javascript' end |