# frozen_string_literal: true

module Fasp
  def self.table_name_prefix
    'fasp_'
  end
end