Sha256: 6ba23099dc4ab84b2912a851aa6308d1022ce61ac171e23111906d63489c7253
Contents?: true
Size: 372 Bytes
Versions: 10
Compression:
Stored size: 372 Bytes
Contents
module TaoForm module Components class MonthPickerComponent < MomentPicker::Base def input_type @input_type ||= :month end def segments @segments ||= %w(year month) end def default_segment @default_segment ||= :month end def self.component_name :month_picker end end end end
Version data entries
10 entries across 10 versions & 1 rubygems