Class: Global::HeaderActions
- Inherits:
-
Components::Base
- Object
- Components::Base
- Global::HeaderActions
- Includes:
- Phlex::Rails::Helpers::LinkTo, Phlex::Rails::Helpers::Routes, Phlex::Rails::Helpers::TurboFrameTag
- Defined in:
- app/components/databasium/global/header_actions.rb
Instance Method Summary collapse
-
#initialize(actions: nil) ⇒ HeaderActions
constructor
A new instance of HeaderActions.
- #view_template ⇒ Object
Constructor Details
#initialize(actions: nil) ⇒ HeaderActions
Returns a new instance of HeaderActions.
10 11 12 |
# File 'app/components/databasium/global/header_actions.rb', line 10 def initialize(actions: nil) @actions = actions end |
Instance Method Details
#view_template ⇒ Object
14 15 16 |
# File 'app/components/databasium/global/header_actions.rb', line 14 def view_template end |