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:
parent
1fdf6b6057
commit
242dbfc23d
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||||
|
|
Loading…
Reference in a new issue