Skip to content

Commit

Permalink
remove reference to "mislav-will_paginate" gem from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 22, 2010
1 parent 7e02cfe commit 262419f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/will_paginate/collection.rb
Expand Up @@ -33,11 +33,9 @@ def initialize(page, page_num)
#
# If you are writing a library that provides a collection which you would like
# to conform to this API, you don't have to copy these methods over; simply
# make your plugin/gem dependant on the "mislav-will_paginate" gem:
# make your plugin/gem dependant on this library and do:
#
# gem 'mislav-will_paginate'
# require 'will_paginate/collection'
#
# # WillPaginate::Collection is now available for use
class Collection < Array
attr_reader :current_page, :per_page, :total_entries, :total_pages
Expand Down

0 comments on commit 262419f

Please sign in to comment.