mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
init project
This commit is contained in:
11
lib/educoder.rb
Normal file
11
lib/educoder.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user