Class: Satis::Breadcrumbs::Component
- Inherits:
-
ApplicationComponent
- Object
- ViewComponent::Base
- ApplicationComponent
- Satis::Breadcrumbs::Component
- Defined in:
- app/components/satis/breadcrumbs/component.rb
Instance Attribute Summary
Attributes inherited from ApplicationComponent
Instance Method Summary collapse
-
#initialize ⇒ Component
constructor
A new instance of Component.
Methods inherited from ApplicationComponent
Constructor Details
#initialize ⇒ Component
Returns a new instance of Component.
17 18 19 |
# File 'app/components/satis/breadcrumbs/component.rb', line 17 def initialize super end |