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(**options)
  render(Container::ContainerComponent.new(**options)) do
    yield
  end
end