Commit 855b2383 authored by Stan Hu's avatar Stan Hu

Simplify setting of in_memory_application_settings

parent 183c94dd
......@@ -14,7 +14,7 @@ module Gitlab
end
def clear_in_memory_application_settings!
instance_variable_set(:@in_memory_application_settings, nil)
@in_memory_application_settings = nil
end
def method_missing(name, *args, &block)
......
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