mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 03:01:14 +08:00
Zeitwerk autoloads by filename. When code references BackupRestore::Backuper, it looks for backup_restore/backuper.rb. This file loads creator.rb where the Backuper = Creator alias is defined.
4 lines
118 B
Ruby
Vendored
4 lines
118 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
# Backwards compatibility - Backuper was renamed to Creator
|
|
require_relative "creator"
|