mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
3239ed48d2
This moves digest calculation cache on to the details key object.
Before, the digest cache was a class level ivar, and one of the keys was
the hash value of the details key object:
|
||
---|---|---|
.. | ||
action_view | ||
action_view.rb |