aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAndrew Wilcox <Andrew.R.Wilcox@Gmail.com>2013-01-25 23:45:55 -0500
committerAndrew Wilcox <Andrew.R.Wilcox@Gmail.com>2013-01-25 23:45:55 -0500
commit4e5a4cf4b2b52815bcba8fcd4bab52fe5a8f161b (patch)
tree97f35249b6568c4c2e1048875c23a4c9d78af36c /guides/source
parentfb2ecaad6cb1d3c7462fd6b740f35f681929327f (diff)
downloadrails-4e5a4cf4b2b52815bcba8fcd4bab52fe5a8f161b.tar.gz
rails-4e5a4cf4b2b52815bcba8fcd4bab52fe5a8f161b.tar.bz2
rails-4e5a4cf4b2b52815bcba8fcd4bab52fe5a8f161b.zip
Remove mass-assignment line from guide summary
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/security.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/security.md b/guides/source/security.md
index 3706a61431..769bd130be 100644
--- a/guides/source/security.md
+++ b/guides/source/security.md
@@ -9,7 +9,6 @@ After reading this guide, you will know:
* The concept of sessions in Rails, what to put in there and popular attack methods.
* How just visiting a site can be a security problem (with CSRF).
* What you have to pay attention to when working with files or providing an administration interface.
-* The Rails-specific mass assignment problem.
* How to manage users: Logging in and out and attack methods on all layers.
* And the most popular injection attack methods.