Skip to content

Commit

Permalink
clarify that all_fields_required_by_default config is only applicable…
Browse files Browse the repository at this point in the history
… in Rails 2
  • Loading branch information
justinfrench committed Sep 2, 2010
1 parent f26e307 commit e42d256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/formtastic/templates/formtastic.rb
Expand Up @@ -5,6 +5,7 @@
# Formtastic::SemanticFormBuilder.default_text_area_height = 5

# 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

Expand Down

0 comments on commit e42d256

Please sign in to comment.