I\'m quite long description that I want to truncate using truncate helper. So i\'m using the:
truncate article.description, :length => 200, :omission => \
The only one that worked for me :
<%= truncate(@article.content, length: 200, omission: " ... %s") % link_to('read more', article_path(@article)) %>