class Trestle::Form::Fields::TimeField

Public Instance Methods

default_icon() click to toggle source
# File lib/trestle/form/fields/time_field.rb, line 8
def default_icon
  icon("fa fa-clock-o")
end
field() click to toggle source
# File lib/trestle/form/fields/time_field.rb, line 4
def field
  builder.raw_time_field(name, options)
end