質問編集履歴
2
タグにjavascriptを追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
application.jsの内容を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -347,3 +347,17 @@
|
|
347
347
|
})
|
348
348
|
|
349
349
|
```
|
350
|
+
|
351
|
+
|
352
|
+
|
353
|
+
app/assets/javascripts/application.js
|
354
|
+
|
355
|
+
```
|
356
|
+
|
357
|
+
//= require jquery
|
358
|
+
|
359
|
+
//= require jquery_ujs
|
360
|
+
|
361
|
+
//= require_tree .
|
362
|
+
|
363
|
+
```
|