Module: UiComponents::ViewHelper

Included in:
Cell
Defined in:
app/helpers/ui_components/view_helper.rb

Instance Method Summary collapse

Instance Method Details

#ui_component(name, options = {}) ⇒ Object



5
6
7
# File 'app/helpers/ui_components/view_helper.rb', line 5

def ui_component(name, options = {})
  cell(name.to_sym, nil, options).call(:show)
end