Commit ccd7c5779a89cce3503d4fa94527685a602ccd9a

Authored by AntonioTerceiro
1 parent 66235178

ActionItem18: fixing helper name



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@375 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
lib/comatose_integration.rb
1 1 require 'comatose'
2 2  
3   -class Comatose::Page
4   - def self.icon
5   - 'text-x-generic'
6   - end
  3 +def (Comatose::Page).icon
  4 + 'text-x-generic'
7 5 end
8 6  
9 7 Comatose.configure do |config|
... ...