Class: Anchor::ActionMenuComponent
- Defined in:
- app/components/anchor/action_menu_component.rb
Instance Method Summary collapse
-
#initialize ⇒ ActionMenuComponent
constructor
A new instance of ActionMenuComponent.
Methods inherited from Component
Methods included from ViewHelper
Methods included from FetchOrFallbackHelper
Constructor Details
#initialize ⇒ ActionMenuComponent
Returns a new instance of ActionMenuComponent.
11 12 13 14 15 |
# File 'app/components/anchor/action_menu_component.rb', line 11 def initialize = self.class.generate_id super end |