# File lib/merb-cache/cache-store/database-datamapper.rb, line 75 def self.check_table self.auto_migrate! unless self.table.exists? end