From cc0375b25f5fcc3efbfa7550e013c29fec467278 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 4 Mar 2009 23:13:03 +0100 Subject: renamed render_page template to standard_template --- app/models/page.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models') 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 if template_name && template_exists? public_template_path else - File.join(PUBLIC_TEMPLATE_PATH, 'render_page') + File.join(PUBLIC_TEMPLATE_PATH, 'standard_template') end end -- cgit v1.3