diff options
| author | mo khan <mo@mokhan.ca> | 2015-03-04 21:49:31 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-03-04 21:49:31 -0700 |
| commit | a54a62996f7f46fafe23d2bc019441a54821e1e2 (patch) | |
| tree | 20258a01b9bdc3546cad06322567f19ce1a233ed | |
| parent | 2c77a227c2f26183cf7965bc8330e1e0ecd4f648 (diff) | |
rename detection to quarantined.
| -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 |
