Module: Koi::DefinitionListHelper
- Defined in:
- app/helpers/koi/definition_list_helper.rb
Instance Method Summary collapse
-
#definition_list ⇒ Object
deprecated
Deprecated.
This method is deprecated and will be removed in Koi 5.
Instance Method Details
#definition_list ⇒ Object
Deprecated.
This method is deprecated and will be removed in Koi 5.
6 7 8 |
# File 'app/helpers/koi/definition_list_helper.rb', line 6 def definition_list(**, &) render(Koi::SummaryListComponent.new(**), &) end |