LoginSignup
0
0

More than 5 years have passed since last update.

【rails5】モデルをDBに保存するには

Posted at

【モデルをDBに保存するには】

DBにモデルを保存する。
保存失敗時はfalseを返す。

モデル名.save

DBにモデルを保存する。
保存失敗時は例外ActiveRecord::RecordInvalidを返す。

モデル名.save!

コンソールでエラーメッセージを確認する

モデル名.errors.full_messages
0
0
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
0