Module: RenderComponent::Components::HelperMethods

Defined in:
lib/render_component/components.rb

Instance Method Summary collapse

Instance Method Details

#render_component(options) ⇒ Object



52
53
54
# File 'lib/render_component/components.rb', line 52

def render_component(options)
  controller.send(:render_component_into_view, options)
end