Commit 5497185908c820755615fc4e82a6e12aaf4f489d
1 parent
5894ed70
Exists in
master
and in
29 other branches
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 | 1 | # Manage enterprises by providing an interface to register, activate and manage them |
| 2 | -class EnterprisesController < ApplicationController | |
| 2 | +class EnterpriseController < ApplicationController | |
| 3 | 3 | |
| 4 | 4 | def register_form |
| 5 | 5 | @vitual_communities = VirtualCommunity.find(:all) |
| ... | ... | @@ -15,7 +15,5 @@ class EnterprisesController < ApplicationController |
| 15 | 15 | end |
| 16 | 16 | |
| 17 | 17 | def choose_validation_entity_or_net |
| 18 | -# @options = Entity_or_Net.find(:all)) | |
| 19 | - @options = ['a', 'b', 'c'] | |
| 20 | 18 | end |
| 21 | 19 | end | ... | ... |