Module: Bootstrap::ViewHelpers::AccordionHelper
- Defined in:
- app/helpers/bootstrap/view_helpers/accordion_helper.rb
Instance Method Summary collapse
Instance Method Details
#bs_accordion(options = {}, &block) ⇒ Object
4 5 6 |
# File 'app/helpers/bootstrap/view_helpers/accordion_helper.rb', line 4 def bs_accordion( = {}, &block) Components::Accordion.new(self, , &block).to_html end |