You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I retrieved all cards via all_cards = MTG::Card.all and found all release dates to be nil. To double check this, I did all_cards.map(&:release_date).uniq and got [nil]. I can probably derive it from the set, but since the docs show release date as a property of the Card class, I thought I would open up an issue.
The text was updated successfully, but these errors were encountered:
I retrieved all cards via
all_cards = MTG::Card.all
and found all release dates to be nil. To double check this, I didall_cards.map(&:release_date).uniq
and got[nil]
. I can probably derive it from the set, but since the docs show release date as a property of the Card class, I thought I would open up an issue.The text was updated successfully, but these errors were encountered: