Module: BetterUi::General::Components::Table::TbodyHelper
- Included in:
- ApplicationHelper
- Defined in:
- app/helpers/better_ui/general/components/table/tbody_helper.rb
Instance Method Summary collapse
Instance Method Details
#bui_tbody(**options, &block) ⇒ Object
6 7 8 |
# File 'app/helpers/better_ui/general/components/table/tbody_helper.rb', line 6 def bui_tbody(**, &block) render BetterUi::General::Table::TbodyComponent.new(**), &block end |