From 2f5a0fb61b960c98daf407eefffe448a350cbe6f Mon Sep 17 00:00:00 2001 From: JESii Date: Sat, 7 Jan 2012 08:08:42 -0800 Subject: [PATCH] Corrections to README file Added note regarding use of label_method instead of underlying text_method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e91d22a7..4f4adbe0 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Collections can be arrays or ranges, and when a :collection is given the :select Collection inputs accepts two other options beside collections: -* label_method => the label method to be applied to the collection to retrieve the label +* label_method => the label method to be applied to the collection to retrieve the label (use this instead of the text_method option in collection_select) * value_method => the value method to be applied to the collection to retrieve the value