Class: IronAdmin::Resources::BreadcrumbComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- IronAdmin::Resources::BreadcrumbComponent
- Defined in:
- app/components/iron_admin/resources/breadcrumb_component.rb
Overview
Renders breadcrumb navigation.
Defined Under Namespace
Classes: ItemComponent
Instance Method Summary collapse
-
#theme ⇒ IronAdmin::Configuration::Theme
private
Theme configuration.
Instance Method Details
#theme ⇒ IronAdmin::Configuration::Theme
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns Theme configuration.
11 12 13 |
# File 'app/components/iron_admin/resources/breadcrumb_component.rb', line 11 def theme IronAdmin.configuration.theme end |