Sha256: 1c145e481f999724167a65e8f82fad1f7bd8e50e29442a9e82f5f14fec8b73ed

Contents?: true

Size: 264 Bytes

Versions: 2

Compression:

Stored size: 264 Bytes

Contents

module Commontator
  module ApplicationHelper
    def commontable_url(thread)
      thread.config.commontable_url_proc.call(main_app, thread.commontable)
    end
    
    def javascript_proc
      Commontator.javascript_proc.call(self).html_safe
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
commontator-0.4.1 app/helpers/commontator/application_helper.rb~
commontator-0.3.10 app/helpers/commontator/application_helper.rb~