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