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, 7 insertions, 0 deletions
diff --git a/app/models/glitch.rb b/app/models/glitch.rb
new file mode 100644
index 000000000..0e497babc
--- /dev/null
+++ b/app/models/glitch.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+module Glitch
+  def self.table_name_prefix
+    'glitch_'
+  end
+end