Surprise Rails app!

This commit is contained in:
2012-08-30 23:54:25 -07:00
parent d6f1909591
commit e4ff40e5a1
84 changed files with 1771 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>Dooraccess</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<div id="header">
<a href="/users">Users</a>
<a href="/door_logs">Logs</a>
</div>
<%= yield %>
</body>
</html>