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