class Trestle::Form::Fields::WeekField

Public Instance Methods

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