This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
调整用户获取站点排序
pull/338/head
呱呱呱
2 years ago
parent
77d72e8e1a
commit
497c1d827f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/queries/page_query.rb
+ 1
- 1
app/queries/page_query.rb
View File
@@ -7,7 +7,7 @@ class PageQuery < ApplicationQuery
end
def call
pages = Page.where(user: @user)
pages = Page.where(user: @user)
.order(created_at: :desc)
pages
end
end
Write
Preview
Loading…
Cancel
Save