summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-06 01:02:11 +0100
committerhukl <contact@smyck.org>2009-03-06 01:02:11 +0100
commit3d62eef0723e39c8454035dc1e5ed6a214b20e8b (patch)
tree7b25675254b24d6cb5644de8fc895e4553ad3632 /app/models
parentf97526891872710b49e7ea0e486eb854a233302f (diff)
now we need that again
Diffstat (limited to 'app/models')
-rw-r--r--app/models/page.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/page.rb b/app/models/page.rb
index c2e8176..a27ccfc 100644
--- a/app/models/page.rb
+++ b/app/models/page.rb
@@ -1,3 +1,5 @@
1require 'xml'
2
1class Page < ActiveRecord::Base 3class Page < ActiveRecord::Base
2 4
3 PUBLIC_TEMPLATE_PATH = File.join(%w(custom page_templates public)) 5 PUBLIC_TEMPLATE_PATH = File.join(%w(custom page_templates public))