Commit b94532e2 by Alexander Makarov

Fixed mass assignment note

parent 745030b1
......@@ -279,7 +279,8 @@ function scenarios()
}
```
Note that everything is unsafe by default and you can't make field "safe" without specifying scenario.
Note that everything is unsafe by default in active record models and you can't make field "safe" without specifying
scenario. In normal models that are not active record, everything is safe by default.
See also
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment