Browse Source

Remove unneeded import

pull/83/head
Kat 4 years ago
parent
commit
105813d270
  1. 1
      app/constants/db_enums.rb
  2. 1
      app/models/case_log.rb

1
app/constants/db_enums.rb

@ -90,7 +90,6 @@ module DbEnums
"Bulgaria" => 14,
"Romania" => 15,
"Ireland" => 17,
"Slovakia" => 9,
"Slovenia" => 10,
"Croatia" => 16,
"Other EU Economic Area (EEA country)" => 11,

1
app/models/case_log.rb

@ -38,7 +38,6 @@ class CaseLog < ApplicationRecord
include Discard::Model
include SoftValidations
include DbEnums
require "uk_postcode"
default_scope -> { kept }
scope :not_completed, -> { where.not(status: "completed") }

Loading…
Cancel
Save