diff options
Diffstat (limited to 'app/models')
| -rw-r--r-- | app/models/detection.rb | 2 | ||||
| -rw-r--r-- | app/models/quarantined.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/models/detection.rb b/app/models/detection.rb deleted file mode 100644 index c42e7b4..0000000 --- a/app/models/detection.rb +++ /dev/null @@ -1,2 +0,0 @@ -class Detection < Event -end diff --git a/app/models/quarantined.rb b/app/models/quarantined.rb new file mode 100644 index 0000000..cf7c56b --- /dev/null +++ b/app/models/quarantined.rb @@ -0,0 +1,2 @@ +class Quarantined < Event +end |
