X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1340fca8f17e4e3cce211e6eafed18cde7f57386..5f33656c8d6725969ac63dbfe038633ad0e4352f:/config/application.rb diff --git a/config/application.rb b/config/application.rb index 25df04b44..879f5714d 100644 --- a/config/application.rb +++ b/config/application.rb @@ -62,7 +62,9 @@ module OpenStreetMap # This will create an empty whitelist of attributes available for mass-assignment for all models # in your app. As such, your models will need to explicitly whitelist or blacklist accessible # parameters by using an attr_accessible or attr_protected declaration. - config.active_record.whitelist_attributes = true + unless STATUS == :database_offline + config.active_record.whitelist_attributes = true + end # Enable the asset pipeline config.assets.enabled = true