Skip to content

Instantly share code, notes, and snippets.

@joeybeninghove
Created February 9, 2018 03:58
Show Gist options
  • Save joeybeninghove/93a126ebf8fac335b3be549773cb0133 to your computer and use it in GitHub Desktop.
Save joeybeninghove/93a126ebf8fac335b3be549773cb0133 to your computer and use it in GitHub Desktop.
app/views/layouts/application.html.erb
<!DOCTYPE html>
<html>
<head>
<title>App</title>
<%= csrf_meta_tags %>
<%= stylesheet_pack_tag "application", media: "all", "data-turbolinks-track": "reload" %>
<%= javascript_pack_tag "application", "data-turbolinks-track": "reload" %>
</head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment