turtles/app/views/layouts/hello_world.html.erb
2018-04-18 17:31:26 +10:00

12 lines
210 B
Text

<!DOCTYPE html>
<html>
<head>
<title>ReactOnRailsWithWebpacker</title>
<%= csrf_meta_tags %>
<%= javascript_pack_tag 'hello-world-bundle' %>
</head>
<body>
<%= yield %>
</body>
</html>