tests coming along

This commit is contained in:
2023-05-10 21:03:21 +01:00
parent b652d54b8a
commit 2560fc36e7
6 changed files with 43 additions and 4 deletions

View File

@@ -1,2 +1,4 @@
class Virtual < ApplicationRecord
validates :email, presence: true
validates :destination, presence: true
end