Module: Render::Component::Helper

Defined in:
lib/render/component/helper.rb

Class Method Summary collapse

Class Method Details

.render_component(component, attributes = {}) ⇒ Object



4
5
6
# File 'lib/render/component/helper.rb', line 4

def render_component(component, attributes = {})
  Client.new.obtain_component(component, attributes)
end