By default in Rails 5, content passed to render
will be
escaped. This doesn't work for the HTML profile output, which
should be considered safe HTML already.
By default in Rails 5, content passed to render
will be
escaped. This doesn't work for the HTML profile output, which
should be considered safe HTML already.