Class: StompBase::Settings::FormActionsComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- StompBase::Settings::FormActionsComponent
- Defined in:
- app/components/stomp_base/settings/form_actions_component.rb
Instance Method Summary collapse
-
#initialize(form:, form_url:) ⇒ FormActionsComponent
constructor
A new instance of FormActionsComponent.
Methods inherited from BaseComponent
Constructor Details
#initialize(form:, form_url:) ⇒ FormActionsComponent
Returns a new instance of FormActionsComponent.
6 7 8 9 10 |
# File 'app/components/stomp_base/settings/form_actions_component.rb', line 6 def initialize(form:, form_url:) super() @form = form @form_url = form_url end |