Class: AtomicView::Components::TextFieldComponent

Inherits:
ViewComponent::Form::TextFieldComponent
  • Object
show all
Defined in:
lib/atomic_view/components/text_field_component.rb

Instance Method Summary collapse

Instance Method Details

#callObject



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,
    options
  )
end