Sha256: 38006774e4862d4f9e52ef39bcc524abb34dfcf897884703aade9881a52b8ce1
Contents?: true
Size: 258 Bytes
Versions: 17
Compression:
Stored size: 258 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
17 entries across 17 versions & 1 rubygems