Got door logs working

This commit is contained in:
2012-08-24 23:28:00 -07:00
parent b28efe046c
commit 8b775d9172
22 changed files with 324 additions and 241 deletions

View File

@@ -7,7 +7,10 @@
<%= csrf_meta_tags %>
</head>
<body>
<div id="header">
<a href="/users">Users</a>
<a href="/door_logs">Logs</a>
</div>
<%= yield %>
</body>