Top Level Namespace

Defined Under Namespace

Modules: Bootstrapper, Cardio, CarrierWave Classes: ApplicationJob, ApplicationRecord, Bootstrap, Card

Constant Summary collapse

CARD_SEED_TABLES =
%w[cards card_actions card_acts card_changes card_references
schema_migrations schema_migrations_core_cards].freeze
CARD_SEED_PATH =
File.join(
  ENV["CARD_SEED_REPO_PATH"] || [Cardio.gem_root, "db", "seed"], "new"
)
CARD_TEST_SEED_PATH =
File.join(Cardio.gem_root, "db", "seed", "test", "fixtures")
CARD_TEST_SEED_SCRIPT_PATH =
File.join(Cardio.gem_root, "db", "seed", "test", "seed.rb")