Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 13, 2011
1 parent 6d99825 commit 2e88f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand Down

0 comments on commit 2e88f6b

Please sign in to comment.