Sha256: 6f7b98b2a24e5904e63e81619c2f70affe2e56b7073fa17931284148b243c251
Contents?: true
Size: 438 Bytes
Versions: 12
Compression:
Stored size: 438 Bytes
Contents
# -*- encoding : utf-8 -*- class ConfigDescriptionsEtc < Cardio::Migration::Core def up raw_json = File.read(data_path("1.14_config_descriptions_etc.json")) json = JSON.parse raw_json Card.merge_list json["card"]["value"], output_file: "tmp/unmerged_config_text.json" # fix missing +*from card c = Card.fetch "follower notification email", :from, new: {} c.content = Card[:wagn_bot].name c.save! end end
Version data entries
12 entries across 12 versions & 1 rubygems