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

Inherits:
Component
  • Object
show all
Defined in:
app/concepts/matestack/ui/bootstrap/components/tab_nav_content.rb

Instance Method Summary collapse

Instance Method Details

#responseObject



7
8
9
10
11
# File 'app/concepts/matestack/ui/bootstrap/components/tab_nav_content.rb', line 7

def response
  div tab_content_attributes do
    yield_components
  end
end