Skip to content

Instantly share code, notes, and snippets.

@akshaymohite
Created April 14, 2017 08:45
Show Gist options
  • Save akshaymohite/01f88a3b4cc05f33ccc98565c78d74f0 to your computer and use it in GitHub Desktop.
Save akshaymohite/01f88a3b4cc05f33ccc98565c78d74f0 to your computer and use it in GitHub Desktop.
application.html.erb
<!DOCTYPE html>
<html>
<head>
<title>Rails5GoogleMapIntegration</title>
<%= csrf_meta_tags %>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
</head>
<body>
<a href="/">Homepage</a>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment