diff --git a/lib/extended_tag.rb b/lib/extended_tag.rb index f97cbd7..352b107 100644 --- a/lib/extended_tag.rb +++ b/lib/extended_tag.rb @@ -13,8 +13,6 @@ class Tag end end - acts_as_ferret :fields => [:name] - # Return all the tags that were suggested but not yet approved def self.find_pendings self.find_with_pendings(:all, :conditions => ['pending = ?', true]) -- libgit2 0.21.2