Module: PanelRowHelper
- Defined in:
- app/helpers/panel_row_helper.rb
Instance Method Summary collapse
Instance Method Details
#panel_row(options = {}, &block) ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'app/helpers/panel_row_helper.rb', line 3 def panel_row(={}, &block) column_class = .delete(:column_class) || '' .deep_merge!(data: {bui: 'panel_row', column_class: column_class}) prepend_class(, 'row') content_tag :div, , &block end |