質問編集履歴

2

コードの編集

2021/10/08 14:12

投稿

aomomo123
aomomo123

スコア19

test CHANGED
File without changes
test CHANGED
@@ -138,7 +138,7 @@
138
138
 
139
139
  class PostsController < ApplicationController
140
140
 
141
- before_action :ensure_user, only: [:edit, :update, :destroy, :set_parents, :get_category_children, :et_category_grandchildren]
141
+ before_action :ensure_user, only: [:edit, :update, :destroy]
142
142
 
143
143
  def create
144
144
 

1

実現したいことの追加

2021/10/08 14:12

投稿

aomomo123
aomomo123

スコア19

test CHANGED
File without changes
test CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Railsでネットのコードを参考にしながらタグ機能を作っています。
6
6
 
7
+ 投稿一覧ページに投稿するときに選択したタグを表示したいのですが、エラーが発生しています。
8
+
7
9
 
8
10
 
9
11
  ### 発生している問題・エラーメッセージ