Class: AtomicView::Components::EmailFieldComponent
- Inherits:
-
ViewComponent::Form::EmailFieldComponent
- Object
- ViewComponent::Form::EmailFieldComponent
- AtomicView::Components::EmailFieldComponent
- Defined in:
- lib/atomic_view/components/email_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/email_field_component.rb', line 4 def call render FieldComponent.new( form, object_name, method_name, , ActionView::Helpers::Tags::EmailField ) end |