Sha256: ade264471361b80785a84b9c46cbf142ee75bc9e69331582a6e0dc45a1faee17
Contents?: true
Size: 423 Bytes
Versions: 79
Compression:
Stored size: 423 Bytes
Contents
# = simple_form_for @thing do |f| # = f.input :updated_at, :as => :effective_date_picker if defined?(SimpleForm) class EffectiveDatePickerInput < SimpleForm::Inputs::StringInput def input(wrapper_options = nil) Inputs::EffectiveDatePicker::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