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



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

def response
  div scrollspy_attributes do
    yield_components
  end
end