class Trestle::Form::Fields::MonthField

Public Instance Methods

field() click to toggle source
# File lib/trestle/form/fields/month_field.rb, line 2
def field
  builder.raw_month_field(name, options)
end