Corrected README

This commit is contained in:
Chris Ledet 2011-09-07 12:06:02 -03:00
parent 9cf66e09c8
commit 74262202f9
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ Collection inputs accepts two other options beside collections:
* value_method => the value method to be applied to the collection to retrieve the value
Those methods are useful to manipulate the given collection. Both of these options also except lambda/procs in case you want to calculate the value or label in a special way eg. custom translation. All other options given are sent straight to the underlying helper. For example, you can give prompt as:
Those methods are useful to manipulate the given collection. Both of these options also accept lambda/procs in case you want to calculate the value or label in a special way eg. custom translation. All other options given are sent straight to the underlying helper. For example, you can give prompt as:
f.input :age, :collection => 18..60, :prompt => "Select your age"