Changeset 8329 for trunk/activerecord/lib/active_record/query_cache.rb
- Timestamp:
- 12/07/07 13:34:06 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/lib/active_record/query_cache.rb
r8325 r8329 8 8 connection.cache(&block) 9 9 end 10 rescue11 yield # if the database is not present, don't let the cache spoil the party12 10 end 13 11