mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-04-29 15:45:23 +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
4 lines
118 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Backwards compatibility - Backuper was renamed to Creator
|
|
require_relative "creator"
|