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