ruby on rails - order by foreign key in activerecord -


मेरे पास तालिकाओं Foo और बार है। फ़ू में एक बार है। जब मैं Foo क्वेरी करता हूं, तो मैं इसे बार तालिका में दिनांक कॉलम से कैसे आदेश कर सकता / सकती हूं?

धन्यवाद

< P>
  Foo.find (: सभी,: joins = & gt;: boo,: order = & gt; bars.created_at DESC)  

Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -