Skip to content

Commit

Permalink
Merge pull request #13 from willrax/logout_fix
Browse files Browse the repository at this point in the history
User logout redirect
  • Loading branch information
kevzettler committed Apr 27, 2012
2 parents d398089 + dfce969 commit f9242f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/main/index.html.erb
Expand Up @@ -43,6 +43,6 @@

</div>
<div class="user_menu">
<a href="<%= destroy_user_session_path %>">logout</a>
<%= link_to 'logout', destroy_user_session_path, :method => :destroy %>
</div>

0 comments on commit f9242f0

Please sign in to comment.