X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b4a1e41968e1befdf6fc14715d95549f5537abca..152414861caa30e9217e3451caabd5a2b983ce2b:/app/helpers/application_helper.rb diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index c9f165d52..bb09f3a49 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -71,5 +71,7 @@ module ApplicationHelper else flash end + rescue StandardError + flash.inspect if Rails.env.development? end end