Skip to content

Commit

Permalink
Fixed mass assignment note
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Feb 1, 2014
1 parent 745030b commit b94532e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guide/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b94532e

Please sign in to comment.