Skip to content

Commit

Permalink
changed to readme to say ActiveRecord works and to use the word colle…
Browse files Browse the repository at this point in the history
…ction instead of controller
  • Loading branch information
myobie committed Mar 25, 2008
1 parent 0586bd3 commit f8e1f71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README
Expand Up @@ -37,14 +37,15 @@ Using this plugin is like so in init.rb:

dependency 'merb_paginate'

Right now, DataMapper is the only supported ORM (Sequel might work, let me know).
I hope to have a paginate finder for each orm evenutally. (Hint: contribute!)
Right now, DataMapper and ActiveRecord work (Sequel might work, let me know).
I hope to have a fully speced paginate finder for each orm evenutally.
(Hint: contribute!)

Using the view helper is like so:

<%= merb_paginate @posts %>

It is almost exactly like will_paginate, except not as smart about the current controller.
It is almost exactly like will_paginate, except not as smart about the current collection.



Expand Down

0 comments on commit f8e1f71

Please sign in to comment.