Sha256: 4489ff48cbd0b8a53aafed9579584647a5466eb4fbac8cb1198cc597a71a7d43

Contents?: true

Size: 233 Bytes

Versions: 3

Compression:

Stored size: 233 Bytes

Contents

module Commontator
  module CommontatorHelper
    def commontator_thread_link(commontable)
      render(:partial => 'commontator/commontator/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