Use proper scope when accessting application settings
This commit is contained in:
parent
f8dea2e214
commit
bba97f8203
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module Gitlab
|
||||||
self.inheritance_column = :_type_disabled
|
self.inheritance_column = :_type_disabled
|
||||||
|
|
||||||
after_commit do
|
after_commit do
|
||||||
ApplicationSetting.expire
|
::ApplicationSetting.expire
|
||||||
end
|
end
|
||||||
|
|
||||||
def runners_registration_token=(value)
|
def runners_registration_token=(value)
|
||||||
|
|
Loading…
Reference in a new issue