Browse Source

#206 エラー修正

pull/274/head
みてるぞ 2 weeks ago
parent
commit
f7af5efaf9
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save