Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created January 20, 2012 22:06
Show Gist options
  • Save coderforhire/1649877 to your computer and use it in GitHub Desktop.
Save coderforhire/1649877 to your computer and use it in GitHub Desktop.
<li>
<%= if user_signed_in?
link_to "Sign Out", destroy_user_session_path, :method => :delete
else
link_to "Sign In", user_session_path
end %>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment