Module: Commontator::ThreadsHelper

Included in:
SubscriptionsMailer
Defined in:
app/helpers/commontator/threads_helper.rb

Instance Method Summary collapse

Instance Method Details

#commontable_name(thread) ⇒ Object



3
4
5
# File 'app/helpers/commontator/threads_helper.rb', line 3

def commontable_name(thread)
  thread.config.commontable_name_proc.call(thread.commontable)
end