Commit 1b09741c3b18ef833bd18f407d1682f44f128cfb
1 parent
c1ba4be4
Exists in
master
and in
28 other branches
ActionItem14: removing unused instance variable
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@674 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/controllers/profile_admin/membership_editor_controller.rb
@@ -8,7 +8,6 @@ class MembershipEditorController < ProfileAdminController | @@ -8,7 +8,6 @@ class MembershipEditorController < ProfileAdminController | ||
8 | 8 | ||
9 | def new_enterprise | 9 | def new_enterprise |
10 | @enterprise = Enterprise.new() | 10 | @enterprise = Enterprise.new() |
11 | - @virtual_communities = Environment.find(:all) | ||
12 | @validation_entities = Organization.find(:all) | 11 | @validation_entities = Organization.find(:all) |
13 | end | 12 | end |
14 | 13 |