Sha256: 9a307d2b135ca48fdbf6bc9011e7b692920d9969f6a13ce842f5dabc31fe5e6b
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
module Bootstrap module ViewHelpers module AccordionHelper def bs_accordion(options = {}, &block) Components::Accordion.new(self, options, &block).to_html end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-view_helpers-0.0.3 | app/helpers/bootstrap/view_helpers/accordion_helper.rb |
bootstrap-view_helpers-0.0.2 | app/helpers/bootstrap/view_helpers/accordion_helper.rb |