Sha256: 3a927a570ad07265cfb9b7c0fa1e0e03861ee216686b6c1f323ff257121841ba

Contents?: true

Size: 301 Bytes

Versions: 5

Compression:

Stored size: 301 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commontator-0.4.1 app/helpers/commontator/commontable_helper.rb~
commontator-0.3.10 app/helpers/commontator/commontable_helper.rb~
commontator-0.2.4 app/helpers/commontator/commontable_helper.rb~
commontator-0.2.0 app/helpers/commontator/commontable_helper.rb~
commontator-0.1.46 app/helpers/commontator/commontable_helper.rb~