summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-11-03 20:22:52 +0100
committerhukl <contact@smyck.org>2009-11-03 20:22:52 +0100
commit47b5aac0e432d06b633ecf5ad6db82a66c43de4d (patch)
treeeafa12821a2f46f0fd6af3d0b50abc10c55897e4 /app
parentd0ce44e797f48cc655139e6841b718758636d935 (diff)
default now 25
Diffstat (limited to 'app')
-rw-r--r--app/models/page.rb2
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 }