From 5497185908c820755615fc4e82a6e12aaf4f489d Mon Sep 17 00:00:00 2001 From: DanielaFeitosa Date: Thu, 26 Jul 2007 14:13:01 +0000 Subject: [PATCH] ActionItem6: renaming class name --- app/controllers/enterprise_controller.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/controllers/enterprise_controller.rb b/app/controllers/enterprise_controller.rb index e9058ec..04ce77e 100644 --- a/app/controllers/enterprise_controller.rb +++ b/app/controllers/enterprise_controller.rb @@ -1,5 +1,5 @@ # Manage enterprises by providing an interface to register, activate and manage them -class EnterprisesController < ApplicationController +class EnterpriseController < ApplicationController def register_form @vitual_communities = VirtualCommunity.find(:all) @@ -15,7 +15,5 @@ class EnterprisesController < ApplicationController end def choose_validation_entity_or_net -# @options = Entity_or_Net.find(:all)) - @options = ['a', 'b', 'c'] end end -- libgit2 0.21.2