8 lines
127 B
Ruby
8 lines
127 B
Ruby
|
module Gitlab
|
||
|
module CurrentSettings
|
||
|
def current_application_settings
|
||
|
ApplicationSetting.current
|
||
|
end
|
||
|
end
|
||
|
end
|