質問編集履歴

1

ソースコードの追加

2017/11/27 01:36

投稿

black-to
black-to

スコア18

test CHANGED
File without changes
test CHANGED
@@ -13,3 +13,43 @@
13
13
 
14
14
 
15
15
  上記のエラーが表示されてしまいます。
16
+
17
+
18
+
19
+ application.js
20
+
21
+
22
+
23
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
24
+
25
+ // listed below.
26
+
27
+ //
28
+
29
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
30
+
31
+ // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
32
+
33
+ //
34
+
35
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
36
+
37
+ // compiled file. JavaScript code in this file should be added after the last require_* statement.
38
+
39
+ //
40
+
41
+ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
42
+
43
+ // about supported directives.
44
+
45
+ //
46
+
47
+ //= require jquery
48
+
49
+ //= require bootstrap-sprockets
50
+
51
+ //= require jquery_ujs
52
+
53
+ //= require turbolinks
54
+
55
+ //= require_tree .