Module: JavascriptsHelper
- Defined in:
- app/helpers/javascripts_helper.rb
Instance Method Summary collapse
Instance Method Details
#script_src(*files) ⇒ Object
7 8 9 |
# File 'app/helpers/javascripts_helper.rb', line 7 def script_src(*files) javascript_include_tag(*files) end |
#set_react_props(props = {}) ⇒ Object
2 3 4 5 |
# File 'app/helpers/javascripts_helper.rb', line 2 def set_react_props(props = {}) @react_props ||= {} @react_props.merge! props end |