Skip to content

Instantly share code, notes, and snippets.

@jhgaylor
Created July 10, 2017 20:03
Show Gist options
  • Save jhgaylor/7eaf0fe13e089870f261b4766ee7ecc1 to your computer and use it in GitHub Desktop.
Save jhgaylor/7eaf0fe13e089870f261b4766ee7ecc1 to your computer and use it in GitHub Desktop.
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