Commit bba97f82 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Use proper scope when accessting application settings

parent f8dea2e2
......@@ -15,7 +15,7 @@ module Gitlab
self.inheritance_column = :_type_disabled
after_commit do
ApplicationSetting.expire
::ApplicationSetting.expire
end
def runners_registration_token=(value)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment