Commit 3c48d74f5ce0280892c5e53ba8b9308528038dcc
1 parent
6691701b
Exists in
master
and in
29 other branches
r225@sede: terceiro | 2007-07-28 16:22:00 -0300
ActionItem7: removing acts_as_flexible_template git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@229 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
0 additions
and
4 deletions
Show diff stats
app/models/profile.rb
app/models/virtual_community.rb
... | ... | @@ -16,8 +16,6 @@ class VirtualCommunity < ActiveRecord::Base |
16 | 16 | # Relationships and applied behaviour |
17 | 17 | # ################################################# |
18 | 18 | |
19 | - acts_as_flexible_template | |
20 | - | |
21 | 19 | # One VirtualCommunity can be reached by many domains |
22 | 20 | has_many :domains, :as => :owner |
23 | 21 | ... | ... |