summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'app/models')
-rw-r--r--app/models/detection.rb2
-rw-r--r--app/models/modified.rb2
2 files changed, 4 insertions, 0 deletions
diff --git a/app/models/detection.rb b/app/models/detection.rb
new file mode 100644
index 0000000..c42e7b4
--- /dev/null
+++ b/app/models/detection.rb
@@ -0,0 +1,2 @@
+class Detection < Event
+end
diff --git a/app/models/modified.rb b/app/models/modified.rb
new file mode 100644
index 0000000..46e0f14
--- /dev/null
+++ b/app/models/modified.rb
@@ -0,0 +1,2 @@
+class Modified < Event
+end