Sha256: 9e27a55af613e543e7e376bc635f90840a3ff7f6d01acfbf1134ca9a45cac162
Contents?: true
Size: 357 Bytes
Versions: 38
Compression:
Stored size: 357 Bytes
Contents
module ::Formtastic module Helpers module InputHelper alias_method :original_default_input_type, :default_input_type def default_input_type(method, options = {}) input_type = original_default_input_type(method, options) input_type = :datepicker if input_type == :date_select input_type end end end end
Version data entries
38 entries across 38 versions & 2 rubygems