From dfe61ae80134ff8d2531152ed453586f09bc7e35 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 15 Feb 2008 18:33:47 +0000 Subject: [PATCH] ActionItem154: marking a potential performance bottleneck --- app/models/profile.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/models/profile.rb b/app/models/profile.rb index 04f7c90..dda843e 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -209,6 +209,7 @@ class Profile < ActiveRecord::Base options end + # FIXME this can be SLOW def tags(public_only = false) totals = {} articles.each do |article| -- libgit2 0.21.2