nkallen / cache-money

A Write-Through Cacheing Library for ActiveRecord
Apache License 2.0
995 stars 107 forks source link

Fix the bug that cache-money can't work on Ruby 1.9 #27

Open bachue opened 11 years ago

bachue commented 11 years ago

This code leverages a bug in Ruby 1.8 to evaluate. But this code can't work in 1.9, So I fixed it.