Sha256: 9698550a616487bdf18ec7cf8221e24ab02a440cf6722f389132aea542a138fe
Contents?: true
Size: 195 Bytes
Versions: 8
Compression:
Stored size: 195 Bytes
Contents
class DateTimeInput < SimpleForm::Inputs::Base def input(wrapper_options) input_html_options[:class] << "form-control" @builder.text_field(attribute_name, input_html_options) end end
Version data entries
8 entries across 8 versions & 1 rubygems