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