mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
8 lines
119 B
Ruby
8 lines
119 B
Ruby
class Ci::LocalBase < ApplicationRecord
|
|
self.abstract_class = true
|
|
|
|
def self.table_name_prefix
|
|
"ci_"
|
|
end
|
|
end
|