module ActiveSupport

def self.eager_load!

def self.eager_load!
  super
  NumberHelper.eager_load!
end