class Rails::Engine::Configuration

def load_paths=(paths)

def load_paths=(paths)
  ActiveSupport::Deprecation.warn "config.load_paths= is deprecated. Please use config.autoload_paths instead."
  self.autoload_paths = paths
end