From a54a62996f7f46fafe23d2bc019441a54821e1e2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 4 Mar 2015 21:49:31 -0700 Subject: rename detection to quarantined. --- app/models/detection.rb | 2 -- app/models/quarantined.rb | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 app/models/detection.rb create mode 100644 app/models/quarantined.rb (limited to 'app/models') 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 -- cgit v1.2.3