aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-06-21 02:16:11 +0000
committerRick Olson <technoweenie@gmail.com>2006-06-21 02:16:11 +0000
commit6ba9a1eac1057c8accf242558e8896a7a6f21b32 (patch)
tree033c6ec5143e1b9516829da164709dbdcf3184a9
parent441bba8091c5a73417003987361dbfc01d12aaa6 (diff)
downloadrails-6ba9a1eac1057c8accf242558e8896a7a6f21b32.tar.gz
rails-6ba9a1eac1057c8accf242558e8896a7a6f21b32.tar.bz2
rails-6ba9a1eac1057c8accf242558e8896a7a6f21b32.zip
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
-rw-r--r--actionpack/lib/action_controller/pagination.rb3
1 files changed, 1 insertions, 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:
- # <tt>:singular_name</tt>:: the singular name to use, if it can't be inferred by
- # singularizing the collection name
+ # <tt>:singular_name</tt>:: the singular name to use, if it can't be inferred by singularizing the collection name
# <tt>:class_name</tt>:: the class name to use, if it can't be inferred by
# camelizing the singular name
# <tt>:per_page</tt>:: the maximum number of items to include in a