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

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

Instance Method Summary collapse

Instance Method Details

#responseObject



7
8
9
10
11
# File 'lib/matestack/ui/bootstrap/layout/container.rb', line 7

def response
  div container_attributes do
    yield
  end
end