标签: ruby-on-rails activerecord ruby-on-rails-5
我已将Rails应用程序从Rails 4升级到5.2。运行Rspec时出错。 我的代码中包含以下行。我尝试添加required: true或optional: true参数,但是不起作用
required: true
optional: true
class abc < ApplicationRecord belongs_to :application_version # Rest of the code end
ActiveRecord :: RecordInvalid: 验证失败:应用程序版本不能为空