~cytrogen/masto-fe

ref: b7d995cb0078c2bbbbefd90f0b4a9818b58a1377 masto-fe/app/lib/settings/extend.rb -rw-r--r-- 143 bytes
b7d995cb — Renaud Chaput Disable some metrics cops (#25215) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Settings
  module Extend
    def settings
      @settings ||= ScopedSettings.new(self)
    end
  end
end