Skip to content
Snippets Groups Projects
current_settings.rb 127 B
Newer Older
  • Learn to ignore specific revisions
  • module Gitlab
      module CurrentSettings
        def current_application_settings
          ApplicationSetting.current
        end
      end
    end