Method: ActiveSupport.eager_load!

Defined in:
activesupport/lib/active_support.rb

.eager_load!Object



93
94
95
96
97
# File 'activesupport/lib/active_support.rb', line 93

def self.eager_load!
  super

  NumberHelper.eager_load!
end