class Trestle::Form::Fields::TextField

Public Instance Methods

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