class B belongs_to :a belongs_to :a (using a2) end
有谁知道我会怎么做?我试图使用B类链接我的数据库中的类似对象.
class B belongs_to :a belongs_to :a2,foreign_key: 'a2_id',class_name: 'A' end