From 2e88f6b4562cefd0ef271bdaa8b2be99c81814b7 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sun, 13 Feb 2011 18:50:09 +0900 Subject: [PATCH] documentation --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 69e3008..1b38cae 100644 --- a/README.rdoc +++ b/README.rdoc @@ -86,7 +86,7 @@ This would output something like 1 ...(snip)... 18 19 20 while having 20 pages i <%= paginate @users, :left => 0, :right => 2 %> * extra parameters (:params) for the links -This would modify each link's url_option. :controller and :action would be the usual keys. +This would modify each link's url_option. :controller and :action might be the keys in common. <%= paginate @users, :params => {:controller => 'foo', :action => 'bar'} * Ajax links (crazy simple, but works perfectly!)