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