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