summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-04 23:13:03 +0100
committerhukl <contact@smyck.org>2009-03-04 23:13:03 +0100
commitcc0375b25f5fcc3efbfa7550e013c29fec467278 (patch)
tree34b7f701f90d5e565b300a7bd75c4df9347695af /app/models
parent477cad7b1c68298cc2fe85bd62d2719d0725c8c9 (diff)
renamed render_page template to standard_template
Diffstat (limited to 'app/models')
-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 7ac0b60..0d4da5d 100644
--- a/app/models/page.rb
+++ b/app/models/page.rb
@@ -90,7 +90,7 @@ class Page < ActiveRecord::Base
90 if template_name && template_exists? 90 if template_name && template_exists?
91 public_template_path 91 public_template_path
92 else 92 else
93 File.join(PUBLIC_TEMPLATE_PATH, 'render_page') 93 File.join(PUBLIC_TEMPLATE_PATH, 'standard_template')
94 end 94 end
95 end 95 end
96 96