Sha256: 7db759f0c5897782a4d48b358bf52f5c4234fba4ff1b0e1da8d002bdf8f2193c
Contents?: true
Size: 250 Bytes
Versions: 18
Compression:
Stored size: 250 Bytes
Contents
class FakeInput < SimpleForm::Inputs::StringInput # This method only create a basic input without reading any value from object def input template.text_field_tag(attribute_name, input_options.delete(:value), input_html_options) end end
Version data entries
18 entries across 18 versions & 1 rubygems