Skip to content

Instantly share code, notes, and snippets.

@mt9304
Created September 26, 2018 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mt9304/6028e18397f0af7748d3df76fe4b9292 to your computer and use it in GitHub Desktop.
Save mt9304/6028e18397f0af7748d3df76fe4b9292 to your computer and use it in GitHub Desktop.
Removing turbolinks
<!DOCTYPE html>
<html>
<head>
<title>RailsTemplate</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag 'application', media: 'all' %>
<%= javascript_include_tag 'application' %>
</head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment