aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Nicodemus <shank@shanked.me>2018-10-04 09:31:45 -0700
committerLucas Nicodemus <shank@shanked.me>2018-10-04 09:31:45 -0700
commit242dbfc23dfe6c8340d96932fbff21123a3f1b9c (patch)
tree724ad64475861dd2f5f88aacf14d08e9c13341e3
parent1fdf6b6057a109eb843b40e7a0df2c046ab21782 (diff)
downloadrails-242dbfc23dfe6c8340d96932fbff21123a3f1b9c.tar.gz
rails-242dbfc23dfe6c8340d96932fbff21123a3f1b9c.tar.bz2
rails-242dbfc23dfe6c8340d96932fbff21123a3f1b9c.zip
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 98fd7a8f68..522ffbb79d 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Then refer to this field in the form for the model:
<% end %>
```
-And finally display the rich text on a page:
+And finally display the sanitized rich text on a page:
```erb
<%= @message.content %>