123456789_123456789_123456789_123456789_123456789_

Module: AbstractController

Class Method Summary

Class Method Details

.eager_load!

[ GitHub ]

  
# File 'actionpack/lib/abstract_controller.rb', line 23

def self.eager_load!
  super
  AbstractController::Caching.eager_load!
end