mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-10 06:49:49 +08:00
8 lines
170 B
Ruby
8 lines
170 B
Ruby
class Ci::RemoteBase < ApplicationRecord
|
|
self.abstract_class = true
|
|
|
|
establish_connection Rails.configuration.database_configuration[Rails.env]["ci_server_db"]
|
|
|
|
|
|
end
|