Class: PriceFormtasticInput
- Inherits:
-
Formtastic::Inputs::NumberInput
- Object
- Formtastic::Inputs::NumberInput
- PriceFormtasticInput
- Defined in:
- app/models/inputs/price_formtastic_input.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
3 4 5 6 7 |
# File 'app/models/inputs/price_formtastic_input.rb', line 3 def to_html input_wrapping do label_html << Inputs::PriceField.new(@object, @object_name, @template, @method, @options).to_html end end |