标签: ruby-on-rails ruby ruby-on-rails-4 associations
我有一个模型Post和一个模型Comment。 Post与has_many保持Comment的关系。 Post应按Comment的顺序排序。我不会为此使用计数器缓存。我的范围应该如何?
Post
Comment
has_many
THX