質問編集履歴

1

情報の追記

2017/06/02 12:32

投稿

riamk
riamk

スコア47

test CHANGED
File without changes
test CHANGED
@@ -335,3 +335,55 @@
335
335
 
336
336
 
337
337
  よろしくお願いします。
338
+
339
+
340
+
341
+ #追加情報
342
+
343
+ railsのバージョン:rails4.2.3
344
+
345
+
346
+
347
+ `application.js`
348
+
349
+ ```
350
+
351
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
352
+
353
+ // listed below.
354
+
355
+ //
356
+
357
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
358
+
359
+ // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
360
+
361
+ //
362
+
363
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
364
+
365
+ // compiled file.
366
+
367
+ //
368
+
369
+ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
370
+
371
+ // about supported directives.
372
+
373
+ //
374
+
375
+ //= require jquery
376
+
377
+ //= require jquery.turbolinks
378
+
379
+ //= require jquery_ujs
380
+
381
+ //= require twitter/bootstrap
382
+
383
+ //= require turbolinks
384
+
385
+ //= require_tree .
386
+
387
+ //= require bootstrap-tagsinput
388
+
389
+ ```