Module: React::Rails::ViewHelper

Included in:
ControllerRenderer
Defined in:
lib/react/rails/view_helper.rb

Instance Method Summary collapse

Instance Method Details

#react_component(*args, &block) ⇒ Object



12
13
14
15
# File 'lib/react/rails/view_helper.rb', line 12

def react_component(*args, &block)
  helper_obj = @__react_component_helper
  helper_obj.react_component(*args, &block)
end