Skip to content

Instantly share code, notes, and snippets.

@thesp0nge
Created September 30, 2010 10:09
Show Gist options
  • Save thesp0nge/604340 to your computer and use it in GitHub Desktop.
Save thesp0nge/604340 to your computer and use it in GitHub Desktop.
if current_user != nil
@wishes = Wish.where(:user_id => current_user.id)
#snip...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment