teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

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

2016/04/25 13:02

投稿

yamady
yamady

スコア176

title CHANGED
File without changes
body CHANGED
@@ -12,4 +12,26 @@
12
12
  まったく同じコードであるにも関わらず、できません。
13
13
 
14
14
  参照コードを書くにしても、どれを載せていいかわからず。。。
15
- おたすけください。
15
+ おたすけください。
16
+
17
+ ```Java Script
18
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
19
+ // listed below.
20
+ //
21
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
22
+ // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
23
+ //
24
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
25
+ // compiled file.
26
+ //
27
+ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
28
+ // about supported directives.
29
+ //
30
+ //= require moment
31
+ //= require bootstrap.min
32
+ //= require jquery
33
+ //= require jquery_ujs
34
+ //= require jquery.turbolinks
35
+ //= require turbolinks
36
+ //= require_tree .
37
+ ```