このコミットが含まれているのは:
@@ -1,7 +1,5 @@
|
||||
class GekanatorPostsController < ApplicationController
|
||||
def index
|
||||
return head :not_found unless current_user&.admin?
|
||||
|
||||
posts =
|
||||
Post
|
||||
.preload(tags: :tag_name)
|
||||
|
||||
新しい課題から参照
ユーザをブロックする