From 9b67da24c034bacb0e7cf8c907e8ae3a31423469 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 27 Jun 2007 18:09:31 +0000 Subject: [PATCH] Fix deprecation warning. --- app/controllers/api_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb index 1804ceb49..7477ba917 100644 --- a/app/controllers/api_controller.rb +++ b/app/controllers/api_controller.rb @@ -2,9 +2,6 @@ class ApiController < ApplicationController after_filter :compress_output - helper :user - model :user - #COUNT is the number of map requests to allow before exiting and starting a new process @@count = COUNT -- 2.43.2