# File lib/moneta/adapters/activerecord.rb, line 161 def clear(options = {}) @table.connection_pool.with_connection do @table.delete_all end self end