Class: Katalyst::Navigation::Editor::ErrorsComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/katalyst/navigation/editor/errors_component.rb

Constant Summary

Constants inherited from BaseComponent

BaseComponent::ITEM_CONTROLLER, BaseComponent::LIST_CONTROLLER, BaseComponent::MENU_CONTROLLER, BaseComponent::NEW_ITEM_CONTROLLER, BaseComponent::STATUS_BAR_CONTROLLER

Instance Attribute Summary

Attributes inherited from BaseComponent

#item, #menu

Instance Method Summary collapse

Methods inherited from BaseComponent

#call, #initialize, #menu_form_id

Constructor Details

This class inherits a constructor from Katalyst::Navigation::Editor::BaseComponent

Instance Method Details

#idObject



7
8
9
# File 'app/components/katalyst/navigation/editor/errors_component.rb', line 7

def id
  dom_id(menu, :errors)
end