From 8ff5ca63d699bb7521f0db4be58953312f7d0d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Miedes=20Garc=C3=A9s?= Date: Mon, 14 Sep 2020 13:12:50 +0200 Subject: [PATCH] Fix missing LoggerHelper --- NEWS.md | 1 + app/models/layer/presenter.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9d0dd75689..eeeff8f6d6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,6 +22,7 @@ Development * Setup Coverband dead code detector [https://github.com/CartoDB/cartodb/pull/15811](https://github.com/CartoDB/cartodb/pull/15811) * Include LoggerHelper as class methods in models [https://github.com/CartoDB/cartodb/pull/15824](https://github.com/CartoDB/cartodb/pull/15824) * Fix Coverband - Resque integration [#15827](https://github.com/CartoDB/cartodb/pull/15827) +* Fix missing LoggerHelper in CartoDB::LayerModule::Presenter [#15829](https://github.com/CartoDB/cartodb/pull/15829) 4.41.1 (2020-09-03) ------------------- diff --git a/app/models/layer/presenter.rb b/app/models/layer/presenter.rb index 54e33ab357..be47194231 100644 --- a/app/models/layer/presenter.rb +++ b/app/models/layer/presenter.rb @@ -7,6 +7,7 @@ module CartoDB module LayerModule class Presenter include Carto::TableUtils + include ::LoggerHelper EMPTY_CSS = '#dummy{}'