]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Error if geocoder#search is called with no arguments
[rails.git] / app / controllers / application_controller.rb
index 8322201ff16437a7f5806e506c4f1d3254574108..618f08a1fc84e3fb6281d15b4dca21f6addfc5e1 100644 (file)
@@ -389,12 +389,6 @@ class ApplicationController < ActionController::Base
     render :action => "timeout"
   end
 
-  ##
-  # is the requestor logged in?
-  def logged_in?
-    !@user.nil?
-  end
-
   ##
   # ensure that there is a "this_user" instance variable
   def lookup_this_user