Commit 3c48d74f5ce0280892c5e53ba8b9308528038dcc
1 parent
6691701b
Exists in
master
and in
28 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
| @@ -11,8 +11,6 @@ class Profile < ActiveRecord::Base | @@ -11,8 +11,6 @@ class Profile < ActiveRecord::Base | ||
| 11 | homepage.save! | 11 | homepage.save! |
| 12 | end | 12 | end |
| 13 | 13 | ||
| 14 | - acts_as_flexible_template | ||
| 15 | - | ||
| 16 | # Valid identifiers must match this format. | 14 | # Valid identifiers must match this format. |
| 17 | IDENTIFIER_FORMAT = /^[a-z][a-z0-9_]*[a-z0-9]$/ | 15 | IDENTIFIER_FORMAT = /^[a-z][a-z0-9_]*[a-z0-9]$/ |
| 18 | 16 |
app/models/virtual_community.rb
| @@ -16,8 +16,6 @@ class VirtualCommunity < ActiveRecord::Base | @@ -16,8 +16,6 @@ class VirtualCommunity < ActiveRecord::Base | ||
| 16 | # Relationships and applied behaviour | 16 | # Relationships and applied behaviour |
| 17 | # ################################################# | 17 | # ################################################# |
| 18 | 18 | ||
| 19 | - acts_as_flexible_template | ||
| 20 | - | ||
| 21 | # One VirtualCommunity can be reached by many domains | 19 | # One VirtualCommunity can be reached by many domains |
| 22 | has_many :domains, :as => :owner | 20 | has_many :domains, :as => :owner |
| 23 | 21 |