質問編集履歴

1

application\.jsの内容を記載いたします。

2016/04/25 13:02

投稿

yamady
yamady

スコア176

test CHANGED
File without changes
test CHANGED
@@ -27,3 +27,47 @@
27
27
  参照コードを書くにしても、どれを載せていいかわからず。。。
28
28
 
29
29
  おたすけください。
30
+
31
+
32
+
33
+ ```Java Script
34
+
35
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
36
+
37
+ // listed below.
38
+
39
+ //
40
+
41
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
42
+
43
+ // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
44
+
45
+ //
46
+
47
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
48
+
49
+ // compiled file.
50
+
51
+ //
52
+
53
+ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
54
+
55
+ // about supported directives.
56
+
57
+ //
58
+
59
+ //= require moment
60
+
61
+ //= require bootstrap.min
62
+
63
+ //= require jquery
64
+
65
+ //= require jquery_ujs
66
+
67
+ //= require jquery.turbolinks
68
+
69
+ //= require turbolinks
70
+
71
+ //= require_tree .
72
+
73
+ ```