Module: ArticleFaqsHelper

Defined in:
app/helpers/article_faqs_helper.rb

Overview

View helper: article faqs.

Instance Method Summary collapse

Instance Method Details

#faq_word_count(article) ⇒ Object



5
6
7
# File 'app/helpers/article_faqs_helper.rb', line 5

def faq_word_count(article)
  article.faq_word_count
end