Class: AtomicView::Components::TextFieldComponent
- Inherits:
-
ViewComponent::Form::TextFieldComponent
- Object
- ViewComponent::Form::TextFieldComponent
- AtomicView::Components::TextFieldComponent
- Defined in:
- lib/atomic_view/components/text_field_component.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/atomic_view/components/text_field_component.rb', line 4 def call render FieldComponent.new( form, object_name, method_name, ) end |