Commit 5497185908c820755615fc4e82a6e12aaf4f489d

Authored by DanielaFeitosa
1 parent 5894ed70

ActionItem6: renaming class name


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@168 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
app/controllers/enterprise_controller.rb
1 # Manage enterprises by providing an interface to register, activate and manage them 1 # Manage enterprises by providing an interface to register, activate and manage them
2 -class EnterprisesController < ApplicationController 2 +class EnterpriseController < ApplicationController
3 3
4 def register_form 4 def register_form
5 @vitual_communities = VirtualCommunity.find(:all) 5 @vitual_communities = VirtualCommunity.find(:all)
@@ -15,7 +15,5 @@ class EnterprisesController &lt; ApplicationController @@ -15,7 +15,5 @@ class EnterprisesController &lt; ApplicationController
15 end 15 end
16 16
17 def choose_validation_entity_or_net 17 def choose_validation_entity_or_net
18 -# @options = Entity_or_Net.find(:all))  
19 - @options = ['a', 'b', 'c']  
20 end 18 end
21 end 19 end