class FormtasticBootstrap::Inputs::TimeInput

Public Instance Methods

to_html() click to toggle source
# File lib/formtastic-bootstrap/inputs/time_input.rb, line 8
def to_html
  generic_input_wrapping do
    time_input_html
  end
end