projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't include deleted segments when converting unwayed segments to ways.
[rails.git]
/
app
/
controllers
/
api_controller.rb
diff --git
a/app/controllers/api_controller.rb
b/app/controllers/api_controller.rb
index 1804ceb49f3f5af2c2c0b293c8c1e21a02685655..7477ba91797c40cf0de7750586b74e91d2752f44 100644
(file)
--- 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