Module: Components::HelperMethods

Defined in:
lib/six-updater-web/vendor/plugins/render_component/lib/components.rb

Instance Method Summary collapse

Instance Method Details

#render_component(options) ⇒ Object



32
33
34
# File 'lib/six-updater-web/vendor/plugins/render_component/lib/components.rb', line 32

def render_component(options)
  @controller.__send__(:render_component_as_string, options)
end