Module: Kube::Station::ComponentHelper
- Defined in:
- app/helpers/kube/station/component_helper.rb
Instance Method Summary collapse
Instance Method Details
#DynamicList(**kwargs, &block) ⇒ Object
6 7 8 |
# File 'app/helpers/kube/station/component_helper.rb', line 6 def DynamicList(**kwargs, &block) output_buffer << render(Kube::Station::DynamicListComponent.new(**kwargs), &block) end |