class Category < ActiveRecord::Base
has_and_belongs_to_many :articles
default_scope order('categories.name')
end
默认排序
最新推荐文章于 2023-10-07 19:35:02 发布
class Category < ActiveRecord::Base
has_and_belongs_to_many :articles
default_scope order('categories.name')
end
2497
1万+

被折叠的 条评论
为什么被折叠?