質問編集履歴

1

修正

2021/05/28 09:57

投稿

yukitodesu3
yukitodesu3

スコア10

test CHANGED
File without changes
test CHANGED
@@ -497,3 +497,23 @@
497
497
 
498
498
 
499
499
  お忙しいとは思いますが、回答の方よろしくお願いします。
500
+
501
+
502
+
503
+
504
+
505
+ post_tag = Tag.find_or_create_by(name: new_name)
506
+
507
+
508
+
509
+ post_tag = Tag.find_or_create_by(tag_name: new_name)
510
+
511
+
512
+
513
+ に変更したところ
514
+
515
+ ![イメージ説明](4066c94ead18c7c873b331f6dd584701.png)
516
+
517
+
518
+
519
+ のエラーが発生しました。