From d4dfdb40329b8e15e6bba022b966984a8a994a87 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 29 Jan 2009 21:40:04 +0100 Subject: added the content controller which will be responsible for rendering all public pages later on. added a new custom route for the public url schema as well as a functional test which tests the correct mapping of the custom route --- app/controllers/content_controller.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/controllers/content_controller.rb (limited to 'app/controllers/content_controller.rb') diff --git a/app/controllers/content_controller.rb b/app/controllers/content_controller.rb new file mode 100644 index 0000000..afa093c --- /dev/null +++ b/app/controllers/content_controller.rb @@ -0,0 +1,5 @@ +class ContentController < ApplicationController + def render_page + end + +end -- cgit v1.3