#206 エラー修正
This commit is contained in:
@@ -71,7 +71,7 @@ class PostsController < ApplicationController
|
|||||||
'posts.original_created_from,' +
|
'posts.original_created_from,' +
|
||||||
'posts.created_at) '
|
'posts.created_at) '
|
||||||
when 'updated_at'
|
when 'updated_at'
|
||||||
'posts.updated_at_all'
|
updated_at_all_sql
|
||||||
else
|
else
|
||||||
"posts.#{ order[0] }"
|
"posts.#{ order[0] }"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user