diff options
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/device.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/models/device.rb b/app/models/device.rb deleted file mode 100644 index 2782a7f38..000000000 --- a/app/models/device.rb +++ /dev/null @@ -1,7 +0,0 @@ -# frozen_string_literal: true - -class Device < ApplicationRecord - belongs_to :account - - validates :account, :registration_id, presence: true -end |