diff --git a/app/helpers/stores_helper.rb b/app/helpers/stores_helper.rb index 26f1c7630..c01fae55e 100644 --- a/app/helpers/stores_helper.rb +++ b/app/helpers/stores_helper.rb @@ -94,6 +94,9 @@ module StoresHelper Rails.logger.error "ERROR: attachment type unkown" [link_to('unkown', '')] end + rescue ActionController::RoutingError => e + Rails.logger.error "ERROR: RoutingError #{e}" + [link_to('unkown', '')] end def project_link project