Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

Commit

Permalink
Fixes SortHelper examples (#2950).
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2576 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
jplang committed Mar 12, 2009
1 parent 73eb158 commit 1852d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/sort_helper.rb
Expand Up @@ -18,7 +18,7 @@
#
# def list
# sort_init 'last_name'
# sort_update %w(first_name, last_name)
# sort_update %w(first_name last_name)
# @items = Contact.find_all nil, sort_clause
# end
#
Expand All @@ -29,7 +29,7 @@
#
# def list
# sort_init 'last_name'
# sort_update %w(first_name, last_name)
# sort_update %w(first_name last_name)
# @contact_pages, @items = paginate :contacts,
# :order_by => sort_clause,
# :per_page => 10
Expand Down

0 comments on commit 1852d90

Please sign in to comment.