This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
69
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
#206
エラー修正
pull/274/head
みてるぞ
2 weeks ago
parent
4235903b49
commit
f7af5efaf9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
backend/app/controllers/posts_controller.rb
+ 1
- 1
backend/app/controllers/posts_controller.rb
View File
@@ -71,7 +71,7 @@ class PostsController < ApplicationController
'posts.original_created_from,' +
'posts.created_at) '
when 'updated_at'
'posts.updated_at_all'
updated_at_all_sql
else
"posts.#{ order[0] }"
end
Write
Preview
Loading…
Cancel
Save