Sha256: 86ad004aee198e60aa5c846aa5e467e7d3e9e041b469f49e1b48fb3ec7b4b5d0
Contents?: true
Size: 308 Bytes
Versions: 17
Compression:
Stored size: 308 Bytes
Contents
# -*- encoding : utf-8 -*- class AddJsonType < Cardio::Migration::Core def up ensure_card "json", codename: "json", type_id: Card::CardtypeID update_card! :ace, type_id: Card::JsonID update_card! :prose_mirror, type_id: Card::JsonID update_card! :tiny_mce, type_id: Card::JsonID end end
Version data entries
17 entries across 17 versions & 1 rubygems