From fa430142483c26cfbb88fa9997828c108c1eb08a Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Thu, 19 Jun 2008 22:37:57 +0000 Subject: [PATCH] ActionItem392: eliminated dead code --- lib/extended_tag.rb | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) 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