Class: Ui::List::Item
- Defined in:
- lib/ui/list/item.rb
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods inherited from Component
#capture, #icon, #render_group
Instance Method Details
#show ⇒ Object
4 5 6 |
# File 'lib/ui/list/item.rb', line 4 def show content_tag(:li, model) end |