From ccd7c5779a89cce3503d4fa94527685a602ccd9a Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 22 Aug 2007 19:45:59 +0000 Subject: [PATCH] ActionItem18: fixing helper name --- lib/comatose_integration.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/comatose_integration.rb b/lib/comatose_integration.rb index 95be29a..9c0da58 100644 --- a/lib/comatose_integration.rb +++ b/lib/comatose_integration.rb @@ -1,9 +1,7 @@ require 'comatose' -class Comatose::Page - def self.icon - 'text-x-generic' - end +def (Comatose::Page).icon + 'text-x-generic' end Comatose.configure do |config| -- libgit2 0.21.2