From 68f54838d2cb86e84776103a2dc40a6299284e99 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 18 Jan 2008 18:26:11 +0000 Subject: [PATCH] ActionItem152: removing debugging code --- app/models/main_block.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/models/main_block.rb b/app/models/main_block.rb index 49901ab..d0d205a 100644 --- a/app/models/main_block.rb +++ b/app/models/main_block.rb @@ -1,7 +1,11 @@ class MainBlock < Block + def self.description + _('Block for main content (i.e. your articles, photos, etc)') + end + def content(main_content = nil) - main_content + "(id: ##{self.id})" + main_content end end -- libgit2 0.21.2