我有两个表 table1 和 table2 与 has_many belongs_to 关系(table1 有很多 table2 和 table2 属于 table1)我这样写值table2.table1.where(.....)
但我有以下错误
NoMethodError: undefined method `where' for #<table1:0xc59764c>
我有两个表 table1 和 table2 与 has_many belongs_to 关系(table1 有很多 table2 和 table2 属于 table1)我这样写值table2.table1.where(.....)
但我有以下错误
NoMethodError: undefined method `where' for #<table1:0xc59764c>