Method: BaseHelper#truncate_words_with_highlight

Defined in:
app/helpers/base_helper.rb

#truncate_words_with_highlight(text, phrase) ⇒ Object



96
97
98
99
# File 'app/helpers/base_helper.rb', line 96

def truncate_words_with_highlight(text, phrase)
  t = excerpt(text, phrase)
  highlight truncate_words(t, 18), phrase
end