Class: Matestack::Ui::Bootstrap::Components::Collapse
- Inherits:
-
VueJsComponent
- Object
- VueJsComponent
- Matestack::Ui::Bootstrap::Components::Collapse
- Defined in:
- app/concepts/matestack/ui/bootstrap/components/collapse.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
9 10 11 12 13 14 |
# File 'app/concepts/matestack/ui/bootstrap/components/collapse.rb', line 9 def response div collapse_attributes do card_partial if card yield_components end end |