Class: Forms::Form::FormComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/alpha/forms/form/form.rb

Instance Method Summary collapse

Constructor Details

#initialize(**options) ⇒ FormComponent

Returns a new instance of FormComponent.



6
7
8
9
# File 'app/components/alpha/forms/form/form.rb', line 6

def initialize(**options)
  @url = options[:url]
  @scope = options[:scope]
end