attr_accessor not updating value from rails model

后端 未结 0 2005
清酒与你
清酒与你 2021-02-08 12:30

I have the following model

class Job < ActiveRecord::Base
  attr_accessor :incentive
end

I want to be able to store a temporary column in my m

相关标签:
回答
  • 消灭零回复
提交回复
热议问题