Sha256: e217033f41593b2749b083ddafcf10a1bee2ab0c3eadd0e640e59bc1720c5976
Contents?: true
Size: 224 Bytes
Versions: 26
Compression:
Stored size: 224 Bytes
Contents
class Trestle::Form::Fields::MonthField < Trestle::Form::Fields::FormControl def field builder.raw_month_field(name, options) end end Trestle::Form::Builder.register(:month_field, Trestle::Form::Fields::MonthField)
Version data entries
26 entries across 26 versions & 1 rubygems