我有一些不需要任何持久性的rails模型,但是我希望rails認爲模型實際上具有屬性x,y,z,所以當調用類似to_json的方法時控制器我得到他們免費。沒有相應的列在db中的rails模型屬性
例如,
class ModelWithoutTableColumns << ActiveRecord::Base
def x
return "Custom stuff here"
end
有一個在數據庫中沒有列X的表「ModelWithoutTable」(對不起,我稍微有一些混亂的名字!)
人有一個想法如何解決這一個?
http://stackoverflow.com/questions/993839/how-to-iterate-activerecord-attributes-including-attr-accessor-methods – 2013-09-19 22:52:04