Some fixes for tasks.

This commit is contained in:
benni 2011-05-14 19:02:52 +02:00
parent 03d84aed1d
commit 2e56bfe895
12 changed files with 53 additions and 87 deletions

View file

@ -51,6 +51,7 @@ SimpleForm.setup do |config|
# How the label text should be generated altogether with the required text.
# config.label_text = lambda { |label, required| "#{required} #{label}" }
config.label_text = lambda { |label, required| "#{label}#{required}" }
# Whether attributes are required by default (or not). Default is true.
# config.required_by_default = true