我试图找出给定帐户有多少响应。
以下是我的联想...
Account has_many :questions
Question belongs_to :account
Question has_many :responses
Responses belongs_to :question
我敢肯定有很多方法可以处理这个问题,所以就数据库调用而言,无论是最不费力的......
我试图找出给定帐户有多少响应。
以下是我的联想...
Account has_many :questions
Question belongs_to :account
Question has_many :responses
Responses belongs_to :question
我敢肯定有很多方法可以处理这个问题,所以就数据库调用而言,无论是最不费力的......