1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix typo. probem => problem

This commit is contained in:
Damien Mathieu 2012-05-19 11:06:24 +03:00
parent bc8b7e0365
commit 12b6307c89

View file

@ -678,7 +678,7 @@ end
This change will ensure that all changes made through HTML forms can edit the content of the text and title fields.
It will not be possible to define any other field value through forms. You can still define them by calling the `field=` method of course.
Accessible attributes and the mass assignment probem is covered in details in the "Security guide":security.html#mass-assignment
Accessible attributes and the mass assignment problem is covered in details in the "Security guide":security.html#mass-assignment
h4. Adding Some Validation