Class: Forms::Form::FormComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Forms::Form::FormComponent
- Defined in:
- app/components/alpha/forms/form/form.rb
Instance Method Summary collapse
-
#initialize(**options) ⇒ FormComponent
constructor
A new instance of FormComponent.
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(**) @url = [:url] @scope = [:scope] end |