Created
July 10, 2017 20:03
-
-
Save jhgaylor/7eaf0fe13e089870f261b4766ee7ecc1 to your computer and use it in GitHub Desktop.
This file contains 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
cards_3ed = MTG::Card.where(set: '3ED').all | |
cards_lea = MTG::Card.where(set: 'LEA').all | |
all_cards = cards_3ed + cards_lea |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment