about summary refs log tree commit diff
path: root/app/lib/settings/extend.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/settings/extend.rb')
-rw-r--r--app/lib/settings/extend.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/lib/settings/extend.rb b/app/lib/settings/extend.rb
index 884b49874..5fb2c8aae 100644
--- a/app/lib/settings/extend.rb
+++ b/app/lib/settings/extend.rb
@@ -2,8 +2,6 @@
 
 module Settings
   module Extend
-    extend ActiveSupport::Concern
-
     def settings
       @settings ||= ScopedSettings.new(self)
     end