X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f1935b1c5786de8f27bee9b6b2da2f28f650468f..3ec310b0c8e517d2c0c12281c575d278f35c6f64:/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