This commit is contained in:
Andreas Stephanides
2013-03-18 23:07:41 +01:00
parent 922acf869a
commit a712fc70f4
5 changed files with 14 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
# Formtastic::FormBuilder.default_text_area_height = 5
# Set the default text area width when input is a text. Default is nil.
Formtastic::FormBuilder.default_text_area_width = 50
Formtastic::FormBuilder.default_text_area_width = 100
# Should all fields be considered "required" by default?
# Defaults to true.