エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ActionController::Parameters
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
ActionController::Parameters
Action Controller Parameters¶ ↑ Allows you to choose which attributes should be permitted for mas... Action Controller Parameters¶ ↑ Allows you to choose which attributes should be permitted for mass updating and thus prevent accidentally exposing that which shouldn’t be exposed. Provides methods for filtering and requiring params: expect to safely permit and require parameters in one step. permit to filter params for mass assignment. require to require a parameter or raise an error. Examples: pa

