Commit d5befcab4557c9ab15bc4e3da5c1afbd54d7be04
1 parent
bde3015c
Exists in
master
and in
28 other branches
ActionItem512: removing region from organization
since it was added in profile git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2135 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
app/models/organization.rb
@@ -6,8 +6,6 @@ class Organization < Profile | @@ -6,8 +6,6 @@ class Organization < Profile | ||
6 | closed | 6 | closed |
7 | end | 7 | end |
8 | 8 | ||
9 | - belongs_to :region | ||
10 | - | ||
11 | has_one :validation_info | 9 | has_one :validation_info |
12 | 10 | ||
13 | has_many :validations, :class_name => 'CreateEnterprise', :foreign_key => :target_id | 11 | has_many :validations, :class_name => 'CreateEnterprise', :foreign_key => :target_id |