about summary refs log tree commit diff
path: root/app/models/glitch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/glitch.rb')
-rw-r--r--app/models/glitch.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/models/glitch.rb b/app/models/glitch.rb
deleted file mode 100644
index 0e497babc..000000000
--- a/app/models/glitch.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-module Glitch
-  def self.table_name_prefix
-    'glitch_'
-  end
-end