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

Version Path
effective_form_inputs-1.3.0 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.2.9 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.2.8 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.2.7 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.2.6 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.2.5 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.2.4 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.2.3 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.2.2 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.2.1 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.2.0 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.1.15 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.1.14 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.1.13 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.1.12 app/models/inputs/effective_time_picker_input.rb
effective_form_inputs-1.1.11 app/models/inputs/effective_time_picker_input.rb