Module: Itsf::Backend::BootstrapHelper

Defined in:
app/helpers/itsf/backend/bootstrap_helper.rb

Instance Method Summary collapse

Instance Method Details

#accordion_menu(options = {}, &block) ⇒ Object



4
5
6
# File 'app/helpers/itsf/backend/bootstrap_helper.rb', line 4

def accordion_menu(options = {}, &block)
  Bootstrap::AccordionMenu.new(self, options, &block).perform
end