Module: ActiveRecord::Reflection

Defined in:
lib/acts_as_muschable.rb

Overview

originally table_name and quoted_table_name are cached both in the model and in the reflection object. disabling the cache in the reflection object doesn’t mean the table name is recalculated on every access, it only gets delegated to (the cached) ReflectedModel.table_name every time, meaning one more method call.

Defined Under Namespace

Classes: AssociationReflection