1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Content has already been through a whitelist

This commit is contained in:
David Heinemeier Hansson 2018-04-13 16:12:35 -07:00
parent 0bb72a4cda
commit 3bc244abc1

View file

@ -54,7 +54,7 @@ module ActiveText
end
def to_s
to_html
to_html.html_safe
end
def as_json(*)