about summary refs log tree commit diff
path: root/app/models/glitch.rb
blob: 0e497babcced925ed657c04e9d40875ddf3ed621 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Glitch
  def self.table_name_prefix
    'glitch_'
  end
end