diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-06-21 02:16:11 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-06-21 02:16:11 +0000 |
commit | 6ba9a1eac1057c8accf242558e8896a7a6f21b32 (patch) | |
tree | 033c6ec5143e1b9516829da164709dbdcf3184a9 /actionpack/lib/action_controller | |
parent | 441bba8091c5a73417003987361dbfc01d12aaa6 (diff) | |
download | rails-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
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/pagination.rb | 3 |
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 |