ActiveRecord Virtual Attributes treaded as a record attributes

前端 未结 6 1454
小鲜肉
小鲜肉 2021-01-02 04:54

I am running into a problem with to_json not rendering my virtual attributes

class Location < ActiveRecord::Base
    belongs_to :event
    before_create :g         


        
6条回答
提交回复
热议问题