Sha256: 3ac55161306563b3943688ea58dc5bd8c653018c9f4dc4b4206bfc30a1294673
Contents?: true
Size: 493 Bytes
Versions: 12
Compression:
Stored size: 493 Bytes
Contents
require "cardio/seed" require "active_record/fixtures" Cardio::Seed.load Card::Cache.reset_all # get rid of bad constants Card::Codename.reset_cache Card::Codename.generate_id_constants # TODO: explain why this is necessary # (card:seed:build breaks without it) # I think it has something to do with Card being partially loaded by the # ActiveRecord::FixtureSet handling in Cardio::Seed.load, but if that's the case # this might not be a complete enough fix. Cardio::Mod::Loader.load_mods
Version data entries
12 entries across 12 versions & 1 rubygems