# File lib/formtastic.rb, line 674
      def text_input(method, options)
        basic_input_helper(:text_area, :text, method, options)
      end