From 32d3f0fb2fb5434263f3178bf9f08da0ac9d77c3 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Tue, 8 Mar 2016 10:37:49 -0300 Subject: [PATCH] Remove content from ProfileListBlock --- app/models/profile_list_block.rb | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) diff --git a/app/models/profile_list_block.rb b/app/models/profile_list_block.rb index 76ca8fa..6357776 100644 --- a/app/models/profile_list_block.rb +++ b/app/models/profile_list_block.rb @@ -40,13 +40,6 @@ result = public_profiles.all(:limit => get_limit, :order => 'profiles.updated_at _('Clicking on the people or groups will take you to their home page.') end - def content(args={}) - block = self - proc do - render :file => 'blocks/profile_list', :locals => { :block => block } - end - end - def view_title title.gsub('{#}', profile_count.to_s) end -- libgit2 0.21.2