class FormtasticBootstrap::Inputs::DateInput

Public Instance Methods

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