i 有三个模式:
location, user, discovered_location(location_id,user_id)
我认为,如果用户发现该地点,就需要一个外部加入,以便进入所有地点,并包括所发现的“地点模式”。
我需要的是<代码>{地点1,地点2,地点3:includes 发现_ 所在地,地点4 页: 1
Is there a Rails 3 way to do that ? If not, what is the best way ?
EDIT
I want to get the locations specified above, for a certain user. To better illustrate, it should be :
<用户代码>{ 地点1, 地点2, 地点3:includes 发现: 地点4 页: 1
(用户有许多发现地点)