From a1f3b6c1dbc108b80782577f26839ab6c8c6b290 Mon Sep 17 00:00:00 2001 From: Jigarius Date: Tue, 21 May 2024 15:57:29 +0530 Subject: [PATCH] Remove Time Entry patch Will be restored with a test --- init.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.rb b/init.rb index 80c3839..5658fe8 100644 --- a/init.rb +++ b/init.rb @@ -18,9 +18,4 @@ { controller: 't2r_import', action: 'index' }, caption: 'Toggl' end - - Rails.configuration.to_prepare do - # Patches. - require 'patches/time_entry_patch' - end end