aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/address_book/layout.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/examples/address_book/layout.rhtml')
-rw-r--r--actionpack/examples/address_book/layout.rhtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/actionpack/examples/address_book/layout.rhtml b/actionpack/examples/address_book/layout.rhtml
new file mode 100644
index 0000000000..931e141c01
--- /dev/null
+++ b/actionpack/examples/address_book/layout.rhtml
@@ -0,0 +1,8 @@
+<html>
+<head>
+ <title><%= @title || "Untitled" %></title>
+</head>
+<body>
+<%= @content_for_layout %>
+</body>
+</html> \ No newline at end of file