Sha256: 70a340dcad343bcee13c5cb6f200bf07cd1e22c9a38bea6b30c0c038a115e4f0
Contents?: true
Size: 358 Bytes
Versions: 11
Compression:
Stored size: 358 Bytes
Contents
# -*- encoding : utf-8 -*- # ENV["NO_CARD_LOAD"] = "true" require "cardio/migration" module Cardio class Migration # Inherit from this migration class to make database table changes # in your deck class DeckStructure < Migration @type = :deck def contentedly &block Schema.mode :deck, &block end end end end
Version data entries
11 entries across 11 versions & 1 rubygems