Sha256: 064ffae3714eacb61123df1089f715e99fce323c76c11064ed8f33b8a433ada1
Contents?: true
Size: 306 Bytes
Versions: 8
Compression:
Stored size: 306 Bytes
Contents
# -*- encoding : utf-8 -*- class AddJsonType < Card::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
8 entries across 8 versions & 1 rubygems