class Rails::Railtie::Configuration
def before_eager_load(&block)
Third configurable block to run. Does not run if +config.eager_load+
def before_eager_load(&block) ActiveSupport.on_load(:before_eager_load, yield: true, &block) end
def before_eager_load(&block) ActiveSupport.on_load(:before_eager_load, yield: true, &block) end