module Tableless
  def self.table_name_prefix
    'tableless_'
  end
end
