gpt4 book ai didi

ruby-on-rails - rails 4 : html_safe for only specific tags

转载 作者:数据小太阳 更新时间:2023-10-29 06:39:09 25 4
gpt4 key购买 nike

我想允许几个特定的​​标签,比如 ( <br> ) 但让 rails 继续避开其他标签。 Html_safe 似乎不接受任何参数。执行此操作最顺利的方法是什么?

最佳答案

The sanitize helper will html encode all tags and strip all attributes that aren’t specifically allowed.

sanitize @article.body, :tags => %w(br)

链接到 API Docs .

关于ruby-on-rails - rails 4 : html_safe for only specific tags,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18875135/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com