From 4064acf8da8c642a37d5fb4cc03fc94f98e8fbbd Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sun, 2 Dec 2007 02:59:11 +0000 Subject: [PATCH] ActionItem93: profile is not taggable anymore --- app/models/profile.rb | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) diff --git a/app/models/profile.rb b/app/models/profile.rb index ae15a2e..41f7607 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -35,8 +35,6 @@ class Profile < ActiveRecord::Base tag ] - acts_as_taggable - belongs_to :user has_many :domains, :as => :owner @@ -81,11 +79,6 @@ class Profile < ActiveRecord::Base self.environment ||= Environment.default end - # Searches tags by tag or name - def self.search(term) - find_tagged_with(term) + find_all_by_name(term) - end - # Returns information about the profile's owner that was made public by # him/her. # -- libgit2 0.21.2