# File lib/archivist/base/db.rb, line 20 def archive_table_exists? connection.table_exists?("archived_#{table_name}") end