We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb240ec commit ecd6374Copy full SHA for ecd6374
guides/source/ja/8_0_release_notes.md
@@ -108,7 +108,7 @@ Action Pack
108
109
### 主な変更
110
111
-* 従来よりも安全かつ明示的なパラメータ処理メソッドである[`params#expect`](https://api.rubyonrails.org/classes/ActionController/Parameters.html#method-i-expect)が導入されました。従来の`params.expect(table: [ :attr ])`をシンプルな`params.require(:table).permit(:attr)`に置き換えられます。
+* 従来よりも安全かつ明示的なパラメータ処理メソッドである[`params#expect`](https://api.rubyonrails.org/classes/ActionController/Parameters.html#method-i-expect)が導入されました。従来の`params.require(:table).permit(:attr)`を`params.expect(table: [ :attr ])`に置き換えられるようになります。
112
113
Action View
114
-----------
0 commit comments