You can add something like this in your app/assets/javascripts/application.js
file to include all the vendor javascripts:
//= require_tree ../../../vendor/assets/javascripts/.
You can add something like this in your app/assets/javascripts/application.js
file to include all the vendor javascripts:
//= require_tree ../../../vendor/assets/javascripts/.