Sha256: fe6a6c9dede6f2a742471e1bc5eb8e78326759909f8a88194e1a7aafd80ecfff

Contents?: true

Size: 285 Bytes

Versions: 3

Compression:

Stored size: 285 Bytes

Contents

module Commontator
  module ApplicationHelper
    def heading(string)
      Commontator.heading_proc.call unless Commontator.heading_proc.blank?
    end
    
    def javascript_callback
      Commontator.javascript_proc.call unless Commontator.javascript_proc.blank?
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
commontator-0.2.4 app/helpers/commontator/application_helper.rb~
commontator-0.2.0 app/helpers/commontator/application_helper.rb~
commontator-0.1.46 app/helpers/commontator/application_helper.rb~