mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
11 lines
259 B
Ruby
11 lines
259 B
Ruby
#coding=utf-8
|
|
#
|
|
#
|
|
module Educoder
|
|
# 调用时才加载
|
|
autoload :TipException, "educoder/tip_exception"
|
|
autoload :Utils, "educoder/units"
|
|
autoload :Sms, "educoder/sms"
|
|
autoload :I18n, "educoder/i18n"
|
|
autoload :Ufile, "educoder/ufile"
|
|
end |