Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 11, 2011
1 parent e8dd86c commit 20afe6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -53,7 +53,7 @@ Note that the :per scope is not directly defined on the models but is just a met

* paginates_per
You can specify default per_page value per each model using the following declarative DSL.
class User
class User < ActiveRecord::Base
paginates_per 50
end

Expand Down

0 comments on commit 20afe6b

Please sign in to comment.