标签: ruby-on-rails ruby truncate slim-lang
我有以下代码
= simple_format(h auto_link(work.body.truncate(140)))
试图截断正文。但这给了我错误。 我怎么能在这种场合下截断工作?
感谢您提前的时间!