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