From 7d47719f5d5fc80400e99b3e8a33ef985c18bb56 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 15 Feb 2008 18:33:20 +0000 Subject: [PATCH] ActionItem130: testing the help method in blocks. Very nice! --- app/models/profile_list_block.rb | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/models/profile_list_block.rb b/app/models/profile_list_block.rb index 7394d9d..834743f 100644 --- a/app/models/profile_list_block.rb +++ b/app/models/profile_list_block.rb @@ -51,4 +51,8 @@ class ProfileListBlock < Block end end + def help + _('Clicking on the people or groups will take you to their home page.') + end + end -- libgit2 0.21.2