Top Level Namespace

Defined Under Namespace

Modules: ActiveSupport, RecordCache

Constant Summary collapse

AR_VERSION =

To be able to fetch records from the cache and invalidate records in the cache some internal Active Record methods need to be aliased. The downside of using internal methods, is that they may change in different releases, hence the following code:

"#{ActiveRecord::VERSION::MAJOR}#{ActiveRecord::VERSION::MINOR}"