TODO: change the way i hook into ::property.
44 45 46 47 48 49 50
# File 'lib/reform/form/scalar.rb', line 44 def property(name, options={}, &block) if options[:scalar] options.merge!(:features => [Reform::Form::Scalar], populate_if_empty: String) end super end