Sha256: 8e5bf3215e88e9ecc8e5269fb5757912e56f774ec5c3e71937b4000537f4fbd2
Contents?: true
Size: 436 Bytes
Versions: 79
Compression:
Stored size: 436 Bytes
Contents
# = simple_form_for @thing do |f| # = f.input :updated_at, :as => :effective_date_time_picker if defined?(SimpleForm) class EffectiveDateTimePickerInput < SimpleForm::Inputs::StringInput def input(wrapper_options = nil) Inputs::EffectiveDateTimePicker::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
79 entries across 79 versions & 1 rubygems