0
你能幫我把活動記錄查詢轉換成mongoid嗎?複雜的ActiveRecord到MongoID查詢
where(["access_grants.access_token = ?
AND (access_grants.access_token_expires_at IS NULL
OR access_grants.access_token_expires_at > ?)",
conditions[token_authentication_key], Time.now]).joins(:access_grants).
select("users.*").first
需要更多地瞭解您的收藏蒙戈藏品是什麼樣子。那時我很樂意幫忙。 – Petrogad
謝謝,夥計! PLZ有看供應商的用戶模型http://www.railsatwork.com/2010/10/implementing-oauth-provider-part-1.html - 我工作移植此代碼到mongoid –
所以目前你有你的Mongo集合界定?或者你還在那些工作? – Petrogad