Commit 5b031746b1cda5680d6ab8db3ce7655cba2d34ae

Authored by AntonioTerceiro
1 parent f834b0e4

ActionItem65: no protect yet



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@575 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/controllers/profile_admin/cms_controller.rb
... ... @@ -2,7 +2,9 @@ class CmsController < ComatoseAdminController
2 2 extend PermissionCheck
3 3  
4 4 define_option :page_class, Article
5   - protect [:edit, :new, :reorder, :delete], :post_content, :profile
  5 +
  6 + # not yet
  7 + # protect [:edit, :new, :reorder, :delete], :post_content, :profile
6 8  
7 9 protected
8 10 def profile
... ...