Sha256: f5736a8c2b5e562ba46daaf3a54160ec0e5b014b5043ed168291e022745bc077

Contents?: true

Size: 228 Bytes

Versions: 3

Compression:

Stored size: 228 Bytes

Contents

module Commontator
  module CommontatorHelper
    def commontator_thread_link(commontable)
      render(:partial => 'commontator/shared/thread',
             :locals => {:commontable => commontable}).html_safe
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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