Skip to content

Instantly share code, notes, and snippets.

@srockstyle
Created March 12, 2013 22:37
Show Gist options
  • Save srockstyle/5147736 to your computer and use it in GitHub Desktop.
Save srockstyle/5147736 to your computer and use it in GitHub Desktop.
Deviseでログアウト用のリンクを作るときの書き方。
<%if user_signed_in? %>
<%= link_to "Sign out", destroy_user_session_path, :method => :delete%>
<%end%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment