mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX code review
This commit is contained in:
11
lib/gitlink.rb
Normal file
11
lib/gitlink.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
#coding=utf-8
|
||||
#
|
||||
#
|
||||
module Gitlink
|
||||
# 调用时才加载
|
||||
autoload :TipException, "gitlink/tip_exception"
|
||||
autoload :Utils, "gitlink/units"
|
||||
autoload :Sms, "gitlink/sms"
|
||||
autoload :I18n, "gitlink/i18n"
|
||||
autoload :Ufile, "gitlink/ufile"
|
||||
end
|
||||
Reference in New Issue
Block a user