From 75399cd790c2d0882b154d14a7a2af3b4ad716aa Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 25 Mar 2009 13:00:50 -0300 Subject: [PATCH] ActionItem980: removing wrong duplicated method --- app/models/people_block.rb | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/app/models/people_block.rb b/app/models/people_block.rb index ae8f2a6..f2f6e0f 100644 --- a/app/models/people_block.rb +++ b/app/models/people_block.rb @@ -12,10 +12,6 @@ class PeopleBlock < ProfileListBlock _('A block displays random people') end - def help - _('This block presents a list of people.') - end - def profile_finder @profile_finder ||= PeopleBlock::Finder.new(self) end -- libgit2 0.21.2