Class: StompBase::Settings::FormActionsComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/stomp_base/settings/form_actions_component.rb

Instance Method Summary collapse

Methods inherited from BaseComponent

#call, #render?

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