From 06ea132309665e52b81c47736950d86651693610 Mon Sep 17 00:00:00 2001 From: jjaffeux Date: Sat, 1 Aug 2020 17:21:40 +0200 Subject: [PATCH] DEV: 2.4.0.beta3 has been released --- plugin.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugin.rb b/plugin.rb index d251b05..82405dd 100755 --- a/plugin.rb +++ b/plugin.rb @@ -28,12 +28,6 @@ module ::AdPlugin end end -# TODO: Remove this once 2.4.0.beta3 is released. -# HACK: Checking if the file exists, this means we can assume the migration happenned -above_min_version = File.exist?( - File.expand_path('../../../db/migrate/20190717133743_migrate_group_list_site_settings.rb', __FILE__) -) - after_initialize do require_dependency File.expand_path('../app/models/house_ad', __FILE__) require_dependency File.expand_path('../app/models/house_ad_setting', __FILE__)