about summary refs log tree commit diff
path: root/app/models/device.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/device.rb')
-rw-r--r--app/models/device.rb7
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