module Base
  def self.table_name_prefix
    'base_'
  end
end
