LoginSignup
0
1

More than 3 years have passed since last update.

Rails form_for フォームコントロール

Last updated at Posted at 2020-07-28

使い方

メソッド

f.textfield :インスタンスのカラム名

form_forのプチ情報

  • form_forの送信先URLとHTTPメソッドはインスタンスに応じて変わる。
  • form_forを経て送信されたパラメーターは、paramsのそのモデル名をキーとする値に、ハッシュとして定義されている。
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1