diff options
| author | hukl <contact@smyck.org> | 2009-11-03 20:22:52 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-03 20:22:52 +0100 |
| commit | 47b5aac0e432d06b633ecf5ad6db82a66c43de4d (patch) | |
| tree | eafa12821a2f46f0fd6af3d0b50abc10c55897e4 /app/models | |
| parent | d0ce44e797f48cc655139e6841b718758636d935 (diff) | |
default now 25
Diffstat (limited to 'app/models')
| -rw-r--r-- | app/models/page.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/page.rb b/app/models/page.rb index 56e1692..ee30480 100644 --- a/app/models/page.rb +++ b/app/models/page.rb | |||
| @@ -57,7 +57,7 @@ class Page < ActiveRecord::Base | |||
| 57 | 57 | ||
| 58 | defaults = { | 58 | defaults = { |
| 59 | :tags => "", | 59 | :tags => "", |
| 60 | :limit => 20, | 60 | :limit => 25, |
| 61 | :order_by => "pages.id", | 61 | :order_by => "pages.id", |
| 62 | :order_direction => "ASC" | 62 | :order_direction => "ASC" |
| 63 | } | 63 | } |
