diff options
| author | hukl <contact@smyck.org> | 2009-11-02 22:19:01 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-02 22:19:01 +0100 |
| commit | 8acb9467ea656fe2ba8836fa64bd6bca36314977 (patch) | |
| tree | 2fcdbb7a7cb0b33db513bea122b9358fb161c912 | |
| parent | 258ae60ca970629218447a5e1f5903fc80c8b6ee (diff) | |
expires in 20 minutes now
| -rw-r--r-- | app/controllers/content_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/content_controller.rb b/app/controllers/content_controller.rb index db0e5e2..26aac7d 100644 --- a/app/controllers/content_controller.rb +++ b/app/controllers/content_controller.rb | |||
| @@ -11,7 +11,7 @@ class ContentController < ApplicationController | |||
| 11 | # returns the most recent page associated to this node instead. | 11 | # returns the most recent page associated to this node instead. |
| 12 | def render_page | 12 | def render_page |
| 13 | 13 | ||
| 14 | expires_in 10.minutes, :public => true | 14 | expires_in 20.minutes, :public => true |
| 15 | 15 | ||
| 16 | if @page and @page.public? | 16 | if @page and @page.public? |
| 17 | render( | 17 | render( |
