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

Add "sanitized" to the readme

I think a prime concern people have here is sanitization and security.
Adding this word to the readme provides a little bit of clarity and
reassurance that we aren't just rendering raw data trusted from the
client.
This commit is contained in:
Lucas Nicodemus 2018-10-04 09:31:45 -07:00
parent 1fdf6b6057
commit 242dbfc23d

View file

@ -55,7 +55,7 @@ Then refer to this field in the form for the model:
<% end %> <% end %>
``` ```
And finally display the rich text on a page: And finally display the sanitized rich text on a page:
```erb ```erb
<%= @message.content %> <%= @message.content %>