diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 8b6f07e51..b34704ec5 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,5 +1,7 @@ # Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/ +require 'geoip' + class ApplicationController < ActionController::Base # http_basic_authenticate_with :name => "test", :password => "ttt"