From 90b5b2dedb90017e197d8d4d70569f150ccdaf62 Mon Sep 17 00:00:00 2001 From: "Haas, Christoph" Date: Fri, 15 Nov 2013 17:10:39 +0100 Subject: [PATCH] Fixed missing Javascripts Javascript were no longer loaded. Accidentally introduced when disabling Turbolinks. --- app/views/layouts/application.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 4df5355..293f868 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -3,6 +3,7 @@ Debshots <%= stylesheet_link_tag "application", media: "all" %> + <%= javascript_include_tag "application", "data-turbolinks-track" => false %> <%= csrf_meta_tags %>