lk - add devise for session management; user must log in to update bikes & volunteers

This commit is contained in:
Loos
2014-08-13 22:24:05 -04:00
parent 385f4cc579
commit 929168dde4
36 changed files with 619 additions and 55 deletions
+2
View File
@@ -3,6 +3,8 @@
<%= render "layouts/head" %>
<%= render "layouts/navbar" %>
<body>
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>
<%= yield %>
</body>
</html>