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