Rails order by association field

前端 未结 4 1115
慢半拍i
慢半拍i 2020-12-29 00:56

I have the following models

class User
  attr_accesible :first_name, :phone_number
  has_one :user_extension
end

class UserExtension
  attr_accessible :comp         


        
4条回答
提交回复
热议问题