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