ActiveRecord :: RecordInvalid:验证失败

时间:2020-01-22 03:20:35

标签: ruby-on-rails activerecord ruby-on-rails-5

我已将Rails应用程序从Rails 4升级到5.2。运行Rspec时出错。 我的代码中包含以下行。我尝试添加required: trueoptional: true参数,但是不起作用

class abc < ApplicationRecord
  belongs_to :application_version
  # Rest of the code
end

ActiveRecord :: RecordInvalid: 验证失败:应用程序版本不能为空

0 个答案:

没有答案