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, 0 insertions, 8 deletions
diff --git a/actionpack/examples/address_book/layout.rhtml b/actionpack/examples/address_book/layout.rhtml
index 931e141c01..e69de29bb2 100644
--- a/actionpack/examples/address_book/layout.rhtml
+++ b/actionpack/examples/address_book/layout.rhtml
@@ -1,8 +0,0 @@
-<html>
-<head>
- <title><%= @title || "Untitled" %></title>
-</head>
-<body>
-<%= @content_for_layout %>
-</body>
-</html> \ No newline at end of file