Class: Matestack::Ui::Bootstrap::Layout::Container

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

Instance Method Summary collapse

Instance Method Details

#responseObject



5
6
7
8
9
# File 'app/concepts/matestack/ui/bootstrap/layout/container.rb', line 5

def response 
  div container_attributes do
    yield_components
  end
end