Commit fa430142483c26cfbb88fa9997828c108c1eb08a
1 parent
0bb42836
Exists in
master
and in
28 other branches
ActionItem392: eliminated dead code
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2054 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
lib/extended_tag.rb
@@ -13,8 +13,6 @@ class Tag | @@ -13,8 +13,6 @@ class Tag | ||
13 | end | 13 | end |
14 | end | 14 | end |
15 | 15 | ||
16 | - acts_as_ferret :fields => [:name] | ||
17 | - | ||
18 | # Return all the tags that were suggested but not yet approved | 16 | # Return all the tags that were suggested but not yet approved |
19 | def self.find_pendings | 17 | def self.find_pendings |
20 | self.find_with_pendings(:all, :conditions => ['pending = ?', true]) | 18 | self.find_with_pendings(:all, :conditions => ['pending = ?', true]) |