diff options
author | Andrew Wilcox <Andrew.R.Wilcox@Gmail.com> | 2013-01-25 23:45:55 -0500 |
---|---|---|
committer | Andrew Wilcox <Andrew.R.Wilcox@Gmail.com> | 2013-01-25 23:45:55 -0500 |
commit | 4e5a4cf4b2b52815bcba8fcd4bab52fe5a8f161b (patch) | |
tree | 97f35249b6568c4c2e1048875c23a4c9d78af36c /guides | |
parent | fb2ecaad6cb1d3c7462fd6b740f35f681929327f (diff) | |
download | rails-4e5a4cf4b2b52815bcba8fcd4bab52fe5a8f161b.tar.gz rails-4e5a4cf4b2b52815bcba8fcd4bab52fe5a8f161b.tar.bz2 rails-4e5a4cf4b2b52815bcba8fcd4bab52fe5a8f161b.zip |
Remove mass-assignment line from guide summary
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/security.md | 1 |
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. |