Commit 75399cd790c2d0882b154d14a7a2af3b4ad716aa

Authored by Antonio Terceiro
1 parent 8ac44129

ActionItem980: removing wrong duplicated method

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
app/models/people_block.rb
@@ -12,10 +12,6 @@ class PeopleBlock < ProfileListBlock @@ -12,10 +12,6 @@ class PeopleBlock < ProfileListBlock
12 _('A block displays random people') 12 _('A block displays random people')
13 end 13 end
14 14
15 - def help  
16 - _('This block presents a list of people.')  
17 - end  
18 -  
19 def profile_finder 15 def profile_finder
20 @profile_finder ||= PeopleBlock::Finder.new(self) 16 @profile_finder ||= PeopleBlock::Finder.new(self)
21 end 17 end