]> git.openstreetmap.org Git - rails.git/commitdiff
Fix deprecation warning.
authorTom Hughes <tom@compton.nu>
Wed, 27 Jun 2007 18:09:31 +0000 (18:09 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 27 Jun 2007 18:09:31 +0000 (18:09 +0000)
app/controllers/api_controller.rb

index 1804ceb49f3f5af2c2c0b293c8c1e21a02685655..7477ba91797c40cf0de7750586b74e91d2752f44 100644 (file)
@@ -2,9 +2,6 @@ class ApiController < ApplicationController
 
   after_filter :compress_output
 
 
   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
 
   #COUNT is the number of map requests to allow before exiting and starting a new process
   @@count = COUNT