class Trestle::Form::Fields::NumberField

Public Instance Methods

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