Module: Repres::React::ApplicationHelper
- Defined in:
- app/helpers/repres/react/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#react_script(options = {}) ⇒ Object
3 4 5 |
# File 'app/helpers/repres/react/application_helper.rb', line 3 def react_script( = {}) render partial: 'repres/react/script', locals: { options: } end |