Sha256: 6388f9cfdea361a31b3cf28ead13bc6cfbe24037378f7043a1ea524c247885b5
Contents?: true
Size: 245 Bytes
Versions: 15
Compression:
Stored size: 245 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
15 entries across 15 versions & 1 rubygems