Class: Matestack::Ui::Bootstrap::Components::TabNavContent

Inherits:
BaseComponent
  • Object
show all
Defined in:
lib/matestack/ui/bootstrap/components/tab_nav_content.rb

Instance Method Summary collapse

Instance Method Details

#responseObject



9
10
11
12
13
# File 'lib/matestack/ui/bootstrap/components/tab_nav_content.rb', line 9

def response
  div tab_content_attributes do
    yield if block_given?
  end
end