X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/59a49a6ef5e5f0e287a1974b1abecc96e4b13709..17f4e58e46b42e2b21704ff3293388ea9c11c77d:/app/controllers/application_controller.rb diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 655017847..2918354ff 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,7 +1,7 @@ -# Filters added to this controller will be run for all controllers in the application. -# Likewise, all the methods added will be available for all controllers. class ApplicationController < ActionController::Base + protect_from_forgery + if STATUS == :database_readonly or STATUS == :database_offline session :off