Better view_specs for layout variables

This commit is contained in:
Sdogruyol 2016-07-12 00:09:01 +03:00
parent e6e70fe222
commit 24e0824a9b
3 changed files with 29 additions and 4 deletions

View file

@ -0,0 +1,8 @@
<html>
<body>
<%= content %>
<%= yield_content "custom" %>
<%= var1 %>
<%= var2 %>
</body>
</html>