1
我有相關的三個模型(滑軌)如下太陽能/太陽能提升結果是否在某個組別?
class Content
has_and_belongs_to_many :groups
end
class Group
has_and_belongs_to_many :groups
has_and_belongs_to_many :users
end
class User
has_and_belongs_to_many :groups
end
當我做了太陽黑子內容的搜索,我想所有的內容出現。不過,我希望當前用戶所屬的任何組中的內容首先出現。
這可能嗎?
如果你可以展示一些示例代碼如何做到這一點真棒 - 謝謝 – 2011-06-09 16:29:14