質問編集履歴

2

routesの追加

2019/06/11 00:58

投稿

acrobat_coding
acrobat_coding

スコア11

test CHANGED
File without changes
test CHANGED
@@ -262,7 +262,21 @@
262
262
 
263
263
  ```
264
264
 
265
-
265
+ ### routes
266
+
267
+ ```
268
+
269
+ good DELETE     /posts/:post_id/goods(.:format)
270
+
271
+                 goods#destroy          
272
+
273
+ post_goods POST /posts/:post_id/goods(.:format)
274
+
275
+                 goods#create                 
276
+
277
+
278
+
279
+ ```
266
280
 
267
281
  ### model
268
282
 

1

わかりづらいタイトルを変更

2019/06/11 00:58

投稿

acrobat_coding
acrobat_coding

スコア11

test CHANGED
@@ -1 +1 @@
1
- rails 非同期いいね機能JavaScript Ajax エラー
1
+ rails 非同期いいね機能 初動[DELETE]時エラーが発生する
test CHANGED
File without changes