Update warden which fixes a security issue.

This commit is contained in:
José Valim
2010-02-23 19:47:45 +01:00
parent a12ca2955f
commit e03e137c35
5 changed files with 19 additions and 7 deletions

View File

@@ -14,6 +14,10 @@
<p>Hello User <%= current_user.email %>! You are signed in!</p>
<% end -%>
<% if admin_signed_in? -%>
<p>Hello Admin <%= current_admin.email %>! You are signed in!</p>
<% end -%>
<%= yield %>
</div>
</body>