Sha256: 64f96a1879fe3d90407325350830e5d32bbe7474af2e4c0e607290af157e1226
Contents?: true
Size: 261 Bytes
Versions: 88
Compression:
Stored size: 261 Bytes
Contents
if defined?(Formtastic) class PriceFormtasticInput < Formtastic::Inputs::NumberInput def to_html input_wrapping do label_html << Inputs::PriceField.new(@object, @object_name, @template, @method, @options).to_html end end end end
Version data entries
88 entries across 88 versions & 1 rubygems