Skip to content

Commit

Permalink
fixed logout link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelEvans committed May 8, 2012
1 parent b43bfe7 commit af47b5e
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">
<%= link_to 'logout', destroy_user_session_path, :method => :destroy %>
<%= link_to 'logout', destroy_user_session_path, :method => :delete %>
</div>

0 comments on commit af47b5e

Please sign in to comment.