This commit is contained in:
Alexander Zubkov 2011-05-20 15:28:02 +04:00
parent 068ee6d3d1
commit a908e0b024
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@ SimpleForm.setup do |config|
# You can wrap each item in a collection of radio/check boxes with a tag, defaulting to span.
# config.item_wrapper_tag = :span
# Series of attemps to detect a default label method for collection.
# Series of attempts to detect a default label method for collection.
# config.collection_label_methods = [ :to_label, :name, :title, :to_s ]
# Series of attemps to detect a default value method for collection.
# Series of attempts to detect a default value method for collection.
# config.collection_value_methods = [ :id, :to_s ]
# How the label text should be generated altogether with the required text.