class FormtasticBootstrap::Inputs::TextInput
Public Instance Methods
to_html()
click to toggle source
# File lib/formtastic-bootstrap/inputs/text_input.rb, line 6 def to_html generic_input_wrapping do builder.text_area(method, input_html_options) end end