summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-02-02 23:47:04 +0100
committerhukl <hukl@eight.local>2009-02-02 23:47:04 +0100
commit534fab3b76bdf8039f48052f53a0347bcf706acf (patch)
treed722962eaec2f7a6ed6c68aca7c3f5337719d6a7 /app
parent1bbeefe805efba28ef9c237a1c27f3f1ce1d5dc0 (diff)
corrected example to use the new syntax
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 5908029..f947d59 100644
--- a/app/models/page.rb
+++ b/app/models/page.rb
@@ -6,7 +6,7 @@ class Page < ActiveRecord::Base
6 acts_as_list :column => :revision, :scope => :node_id 6 acts_as_list :column => :revision, :scope => :node_id
7 7
8 # <aggregate 8 # <aggregate
9 # flags="updates pressemitteilungen" 9 # flags="update, pressemitteilung"
10 # limit="20" 10 # limit="20"
11 # order_by="published_at" 11 # order_by="published_at"
12 # order_direction="DESC" 12 # order_direction="DESC"