mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 09:45:57 +08:00
7 lines
103 B
Ruby
7 lines
103 B
Ruby
|
|
|
|
# for oauth2 application
|
|
class ImportRepo < ApplicationRecord
|
|
self.table_name = "open_shixuns"
|
|
end
|