class Trestle::Form::Fields::TelephoneField

Public Instance Methods

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