content_for failing

This commit is contained in:
Serdar Dogruyol 2022-06-26 13:44:06 +03:00
parent 1d54971efa
commit 7d6c546a49
4 changed files with 12 additions and 8 deletions

View file

@ -1,6 +1,8 @@
<html>
<head>
<%= yield_content "meta" %>
</head>
<body>
<%= content %>
<%= yield_content "custom" %>
</body>
</html>