码迷,mamicode.com
首页 > 其他好文 > 详细

ruby find

时间:2014-07-24 22:12:32      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   re   c   div   new   

User.find(
    :all,  
    :select => "name.*",
    :from => "users",
    :joins => " inner join role_relations rr on rr.user_group_id =  ugn.user_group_id ",
    :conditions => "rr.user_id = #{user_id} and ugn.news_id = #{news_id}"
)
 

ruby find,布布扣,bubuko.com

ruby find

标签:style   blog   color   io   re   c   div   new   

原文地址:http://www.cnblogs.com/xueyuwyz/p/3866116.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!