Module: Minidoc::Associations

Extended by:
ActiveSupport::Concern
Defined in:
lib/minidoc/associations.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#reloadObject



34
35
36
37
# File 'lib/minidoc/associations.rb', line 34

def reload
  clear_association_caches
  super
end