Commit b6d2bf7aa51aa1070739f02a24f50c3c97342c49

Authored by AntonioTerceiro
1 parent df3abefe

r252@sede: terceiro | 2007-07-29 19:55:21 -0300

ActionItem0: removing useless code, ApplicationController already declares design
 


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@256 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 8 deletions   Show diff stats
app/controllers/features_controller.rb
1 1 class FeaturesController < ApplicationController
2 2  
3   -
4   - # FIXME: temp test code, remove from here
5   - design :holder => 'virtual_community'
6   - def test
7   - render :inline => '<%= design_display("bli") %>'
8   - end
9   - ################################
10   -
11 3 acts_as_virtual_community_admin_controller
12 4  
13 5 def index
... ...