Sha256: cd51cc207e3b796623fd7b782e440f1e289fdc0359fda4784081e2b92110938a
Contents?: true
Size: 170 Bytes
Versions: 3
Compression:
Stored size: 170 Bytes
Contents
module Grid module ContainerHelper def container(**options) render(Container::ContainerComponent.new(**options)) do yield end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bsvc-0.1.2 | app/helpers/grid/container_helper.rb |
bsvc-0.1.1 | app/helpers/grid/container_helper.rb |
bsvc-0.1.0 | app/helpers/grid/container_helper.rb |