Re: [問題] includes or joins???

看板Ruby作者 (godfat 真常)時間13年前 (2011/09/08 18:23), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串3/5 (看更多)
: 推 kewang:這樣子寫我知道可以,可是我想讓user可以顯示全部的欄位, 09/08 15 : → kewang:因為我要to_json,照文中的寫法會無法顯示laptop.*,只會出 09/08 16 : → kewang:現user.name, user.laptop_id而已 09/08 16 提供一個笨方法 u = User.first u.attributes.merge('laptop' => u.laptop.attributes).to_json or l = Laptop.first l.attributes.merge('users' => l.users.map(&:attributes)).to_json 重點在於,反正 attributes 會給你所有的資料,就自己組合吧 -- Hear me exalted spirits. Hear me, be you gods or devils, ye who hold dominion here: I am a wizard without a home. I am a wonderer seeking refuge. Sacrifice -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 1.171.118.81

09/08 20:46, , 1F
這個酷耶!主要還是我的Ruby(Rails)語法不熟,要多學 囧rz
09/08 20:46, 1F
文章代碼(AID): #1EQ9UXl3 (Ruby)
文章代碼(AID): #1EQ9UXl3 (Ruby)