mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #16118 from JayK31/strong_params_link
[ci skip] Fixed link to strong params in Getting Started section 5.6.
This commit is contained in:
commit
b9ffae8feb
1 changed files with 1 additions and 2 deletions
|
@ -749,8 +749,7 @@ to create an article. Try it! You should get an error that looks like this:
|
||||||
(images/getting_started/forbidden_attributes_for_new_article.png)
|
(images/getting_started/forbidden_attributes_for_new_article.png)
|
||||||
|
|
||||||
Rails has several security features that help you write secure applications,
|
Rails has several security features that help you write secure applications,
|
||||||
and you're running into one of them now. This one is called `[strong_parameters]
|
and you're running into one of them now. This one is called [strong parameters](http://guides.rubyonrails.org/action_controller_overview.html#strong-parameters),
|
||||||
(http://guides.rubyonrails.org/action_controller_overview.html#strong-parameters)`,
|
|
||||||
which requires us to tell Rails exactly which parameters are allowed into our
|
which requires us to tell Rails exactly which parameters are allowed into our
|
||||||
controller actions.
|
controller actions.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue