Sha256: 95328f563f45de6779e009bb68b6903a12fefa6b1d874b2af337ec5017556225
Contents?: true
Size: 326 Bytes
Versions: 5
Compression:
Stored size: 326 Bytes
Contents
# -*- encoding : utf-8 -*- 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
5 entries across 5 versions & 1 rubygems