entry.content "<img src=#{resource.image.url(:medium)} width='280', height='180'>".html_safe, :type => 'html'
但是,当我在 Chrome 中查看它时,输出如下:
<content type="html"><img src=http://s3.amazonaws.com/agile_designer_uploads/images/790/medium.png?1356457984 width='280', height='180'></content>
如果只有 img 标签能正确渲染,一切都会变得美好。
关于如何让它正确渲染的任何想法?