jquery - Javascript files not loading in rails 4 -


i not know happened javascript files stopped load me. :)

this how layout file looks like:

<head>   <title> bookshelf16thmar </title>   <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>   <%= javascript_include_tag "application", "data-turbolinks-track" => true %>   <%= csrf_meta_tags %> </head> 

currently, loads "application.js". thought should load every js file available in app/assets/javascripts/. please let me know information need resolved.

thanks.


Comments