From 74262202f9649c6a6280648f77be2b098c7fab41 Mon Sep 17 00:00:00 2001 From: Chris Ledet Date: Wed, 7 Sep 2011 12:06:02 -0300 Subject: [PATCH] Corrected README --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 770873f4..c1e3eaa8 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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"