From eeb031de7a2e90ef3aad883e5069a1716addab79 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sat, 1 Dec 2007 22:58:31 +0000 Subject: [PATCH] ActionItem93: adding placeholder action and partial for Region --- app/controllers/public/category_controller.rb | 2 ++ app/views/category/_region.rhtml | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) create mode 120000 app/views/category/_region.rhtml diff --git a/app/controllers/public/category_controller.rb b/app/controllers/public/category_controller.rb index 1ad73a9..1910540 100644 --- a/app/controllers/public/category_controller.rb +++ b/app/controllers/public/category_controller.rb @@ -36,5 +36,7 @@ class CategoryController < ApplicationController def category end + def region + end end diff --git a/app/views/category/_region.rhtml b/app/views/category/_region.rhtml new file mode 120000 index 0000000..859d4d2 --- /dev/null +++ b/app/views/category/_region.rhtml @@ -0,0 +1 @@ +_category.rhtml \ No newline at end of file -- libgit2 0.21.2