From 3c48d74f5ce0280892c5e53ba8b9308528038dcc Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 31 Jul 2007 13:02:25 +0000 Subject: [PATCH] r225@sede: terceiro | 2007-07-28 16:22:00 -0300 ActionItem7: removing acts_as_flexible_template --- app/models/profile.rb | 2 -- app/models/virtual_community.rb | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/app/models/profile.rb b/app/models/profile.rb index e77eebf..699aa67 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -11,8 +11,6 @@ class Profile < ActiveRecord::Base homepage.save! end - acts_as_flexible_template - # Valid identifiers must match this format. IDENTIFIER_FORMAT = /^[a-z][a-z0-9_]*[a-z0-9]$/ diff --git a/app/models/virtual_community.rb b/app/models/virtual_community.rb index 5af9122..e271ccd 100644 --- a/app/models/virtual_community.rb +++ b/app/models/virtual_community.rb @@ -16,8 +16,6 @@ class VirtualCommunity < ActiveRecord::Base # Relationships and applied behaviour # ################################################# - acts_as_flexible_template - # One VirtualCommunity can be reached by many domains has_many :domains, :as => :owner -- libgit2 0.21.2