Sha256: f221a70d4317fef90a11c9b959aa0146919181bada3f363aa28b51fa2bf15250
Contents?: true
Size: 423 Bytes
Versions: 16
Compression:
Stored size: 423 Bytes
Contents
# = simple_form_for @thing do |f| # = f.input :updated_at, :as => :effective_date_picker if defined?(SimpleForm) class EffectiveTimePickerInput < SimpleForm::Inputs::StringInput def input(wrapper_options = nil) Inputs::EffectiveTimePicker::Input.new(object, object_name, template, attribute_name, input_options, (merge_wrapper_options(input_html_options, wrapper_options) || {})).to_html end end end
Version data entries
16 entries across 16 versions & 1 rubygems