Class: IronAdmin::Resources::BreadcrumbComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/iron_admin/resources/breadcrumb_component.rb

Overview

Renders breadcrumb navigation.

Defined Under Namespace

Classes: ItemComponent

Instance Method Summary collapse

Instance Method Details

#themeIronAdmin::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.

Returns:



11
12
13
# File 'app/components/iron_admin/resources/breadcrumb_component.rb', line 11

def theme
  IronAdmin.configuration.theme
end