Skip to content

Instantly share code, notes, and snippets.

@thoth-ky
Created February 23, 2019 11:17
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 thoth-ky/eda4cfb697a3a392e4198bfd1d2870ef to your computer and use it in GitHub Desktop.
Save thoth-ky/eda4cfb697a3a392e4198bfd1d2870ef to your computer and use it in GitHub Desktop.
# app/views/layouts/application.html.erb
<!DOCTYPE html>
<html>
<head>
<title>RailsReactGraphql</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
</head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment