Created
March 16, 2011 00:39
-
-
Save pnicholls/871807 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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