Sha256: ed316f83fcbb58b44bbff24ffe3bafe2fd05281c84694c2baa3a62b07d2f540f
Contents?: true
Size: 270 Bytes
Versions: 66
Compression:
Stored size: 270 Bytes
Contents
module ActiveAdmin module Inputs class DatepickerInput < ::Formtastic::Inputs::StringInput def input_html_options options = super options[:class] = [options[:class], "datepicker"].compact.join(' ') options end end end end
Version data entries
66 entries across 66 versions & 4 rubygems