Commit eeb031de7a2e90ef3aad883e5069a1716addab79

Authored by AntonioTerceiro
1 parent d585f19a

ActionItem93: adding placeholder action and partial for Region



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1029 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/controllers/public/category_controller.rb
... ... @@ -36,5 +36,7 @@ class CategoryController < ApplicationController
36 36 def category
37 37 end
38 38  
  39 + def region
  40 + end
39 41  
40 42 end
... ...
app/views/category/_region.rhtml 0 → 120000
... ... @@ -0,0 +1 @@
  1 +_category.rhtml
0 2 \ No newline at end of file
... ...