Could someone help me to solve my problem?I'm using named_scope,and there seems to be a little problem... Can I sort a model by another model's column?For example,I have a "users" table,it has a "value" column.And in the user.rb: has_many :articles
in the article.rb: belongs_to :user named_scope :by_user_value,:order => "......" What I want to know is,how can I finish the :order=>"...." parameters to sort the articles by there user's "value"?Can somebody help me with that?Thanks a lot... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

