Skip to content

Instantly share code, notes, and snippets.

@pnicholls
Created March 16, 2011 00:39
Show Gist options
  • Save pnicholls/871807 to your computer and use it in GitHub Desktop.
Save pnicholls/871807 to your computer and use it in GitHub Desktop.
# Both return Profile AR objects
@selected = @cart.items
@all = current_user.profile.friends
@unselected = @all.reject{|record| r == @selected.each (not sure about this part)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment