Sha256: 04f840e87b57a635eb40149b51a557ac08be22b2490bb438f048ef272c742168
Contents?: true
Size: 311 Bytes
Versions: 88
Compression:
Stored size: 311 Bytes
Contents
if defined?(SimpleForm) class PriceSimpleFormInput < SimpleForm::Inputs::NumericInput def input(wrapper_options = nil) options = merge_wrapper_options(input_html_options, wrapper_options) Inputs::PriceField.new(object, object_name, template, attribute_name, options).to_html end end end
Version data entries
88 entries across 88 versions & 1 rubygems