Class: Matestack::Ui::Bootstrap::Components::Scrollspy

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

Instance Method Summary collapse

Instance Method Details

#responseObject



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

def response
  div scrollspy_attributes do
    yield_components
  end
end