From 5ca46bf2b77a14205dedbdf077719d553f86161a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Br=C3=BCll?= Date: Thu, 25 Mar 2010 15:14:43 +0100 Subject: [PATCH] updated readme --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index f60221a..c37cc27 100644 --- a/README.rdoc +++ b/README.rdoc @@ -124,8 +124,8 @@ The possible keys for that query hash can be taken from http://wiki.apache.org/c Options). If a :query option is defined (like in the example above), the given method is used to generate this query -hash. When querying a view, the first arguments will be passed to the view and the result of the generator-method will -be merged with the query hash (if given). +hash. When querying a view, the first arguments will be passed to that method and the result of the generator-method +will be merged with the additionally given query hash. user.membership(created_at, :returns => :rows)