Skip to content

Commit af47b5e

Browse files
committed
fixed logout link issue
1 parent b43bfe7 commit af47b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/main/index.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343

4444
</div>
4545
<div class="user_menu">
46-
<%= link_to 'logout', destroy_user_session_path, :method => :destroy %>
46+
<%= link_to 'logout', destroy_user_session_path, :method => :delete %>
4747
</div>
4848

0 commit comments

Comments
 (0)