Class: PriceSimpleFormInput
- Inherits:
-
SimpleForm::Inputs::NumericInput
- Object
- SimpleForm::Inputs::NumericInput
- PriceSimpleFormInput
- Defined in:
- app/models/inputs/price_simple_form_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options = nil) ⇒ Object
3 4 5 6 |
# File 'app/models/inputs/price_simple_form_input.rb', line 3 def input( = nil) = (, ) Inputs::PriceField.new(object, object_name, template, attribute_name, ).to_html end |