From 4afd32ebff0894f4c1026b6721b4ea1024f52eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergei=20Ts=C3=B5ganov?= Date: Mon, 21 Mar 2022 11:58:46 +0200 Subject: [PATCH] Fixed codeclimate issue --- app/models/action.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/action.rb b/app/models/action.rb index 231aec42a..c87467949 100644 --- a/app/models/action.rb +++ b/app/models/action.rb @@ -39,4 +39,3 @@ class Action < ApplicationRecord end end end -