I ran into an issue in my Rails 4 app while trying to organize JS files \"the rails way\". They were previously scattered across different views. I organized them into separ
$(document).on 'ready turbolinks:load', -> console.log '(document).turbolinks:load'