Class: Pajamas::BreadcrumbComponent
- Defined in:
- app/components/pajamas/breadcrumb_component.rb
Instance Method Summary collapse
-
#initialize(**html_options) ⇒ BreadcrumbComponent
constructor
A new instance of BreadcrumbComponent.
Constructor Details
#initialize(**html_options) ⇒ BreadcrumbComponent
Returns a new instance of BreadcrumbComponent.
5 6 7 8 9 |
# File 'app/components/pajamas/breadcrumb_component.rb', line 5 def initialize( ** ) @html_options = end |