summaryrefslogtreecommitdiff
path: root/app/models/modified.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-07 12:53:45 -0700
committermo khan <mo@mokhan.ca>2015-02-07 12:53:45 -0700
commit9c84576258e05b05abee5eac36f8fc565c35bb8a (patch)
treeeee22b52f54779044fc94aa71161e2aad9ffeec8 /app/models/modified.rb
parent65145e6be87df7b0440fb98c11abc23a2b3c49ed (diff)
use single table inheritance for events table.
Diffstat (limited to 'app/models/modified.rb')
-rw-r--r--app/models/modified.rb2
1 files changed, 2 insertions, 0 deletions
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