X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dcad29dad0d29e22ffa0c34a8d9b43cbf5d64f12..97d5d1d3850e63fadd9664b9982428f058625c5b:/app/controllers/api_controller.rb 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