From 390a7e37dc17f15f548700816b751fba171bab61 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sun, 7 Sep 2008 04:27:31 -0400 Subject: [PATCH] Updated readme --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index b0104ea5..1d795b15 100644 --- a/README.rdoc +++ b/README.rdoc @@ -72,7 +72,7 @@ Now your view. Things to note in this view: Per page: = per_page Page: - = page + = pages Nice and simple. 2 lines in your controller, no "cruft" in your models, pagination as simple as calling the "page" and "per_page" helpers, ordering as simple as calling "order_by", and all searching conditions in 1 spot: your form. For documentation on helpers see Searchgasm::Helpers::FormHelper and Searchgasm::Helpers::SearchHelper.