From 7804a9fe14dd7cfe52418fe6b255a6529097c98e Mon Sep 17 00:00:00 2001 From: Bradley Priest Date: Tue, 8 Nov 2011 21:43:47 +1300 Subject: [PATCH] Fixed up the documentation for text_input --- lib/formtastic/inputs/text_input.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/formtastic/inputs/text_input.rb b/lib/formtastic/inputs/text_input.rb index e81db24d7..11491694d 100644 --- a/lib/formtastic/inputs/text_input.rb +++ b/lib/formtastic/inputs/text_input.rb @@ -9,16 +9,16 @@ module Inputs # # <%= semantic_form_for(@user) do |f| %> # <%= f.inputs do %> - # <%= f.input :first_name, :as => :string %> + # <%= f.input :first_name, :as => :text %> # <% end %> # <% end %> # # #
#
    - #
  1. + #
  2. # - # + # #
  3. #
#