lib/generators/templates/formtastic.rb in formtastic-1.2.0.beta2 vs lib/generators/templates/formtastic.rb in formtastic-1.2.0
- old
+ new
@@ -4,11 +4,11 @@
# Formtastic::SemanticFormBuilder.default_text_field_size = 50
# Set the default text area height when input is a text. Default is 20.
# Formtastic::SemanticFormBuilder.default_text_area_height = 5
-# Set the default text area width when input is a text. Default is 50.
-# Formtastic::SemanticFormBuilder.default_text_area_width = 10
+# Set the default text area width when input is a text. Default is nil.
+# Formtastic::SemanticFormBuilder.default_text_area_width = 50
# Should all fields be considered "required" by default?
# Rails 2 only, ignored by Rails 3 because it will never fall back to this default.
# Defaults to true.
# Formtastic::SemanticFormBuilder.all_fields_required_by_default = true