From 6ba9a1eac1057c8accf242558e8896a7a6f21b32 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 21 Jun 2006 02:16:11 +0000 Subject: Fix indent in pagination documentation. Closes #4990. [Kevin Clark] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4476 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/pagination.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/actionpack/lib/action_controller/pagination.rb b/actionpack/lib/action_controller/pagination.rb index a1053e65a7..f7cd74120e 100644 --- a/actionpack/lib/action_controller/pagination.rb +++ b/actionpack/lib/action_controller/pagination.rb @@ -104,8 +104,7 @@ module ActionController # ClassMethods#paginate. # # +options+ are: - # :singular_name:: the singular name to use, if it can't be inferred by - # singularizing the collection name + # :singular_name:: the singular name to use, if it can't be inferred by singularizing the collection name # :class_name:: the class name to use, if it can't be inferred by # camelizing the singular name # :per_page:: the maximum number of items to include in a -- cgit v1.2.3