Module: Grid::ContainerHelper
- Defined in:
- app/helpers/grid/container_helper.rb
Instance Method Summary collapse
Instance Method Details
#container(**options) ⇒ Object
3 4 5 6 7 |
# File 'app/helpers/grid/container_helper.rb', line 3 def container(**) render(Container::ContainerComponent.new(**)) do yield end end |