summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2015-03-28 22:53:26 -0700
committerJesse Morgan <jesse@jesterpm.net>2015-03-28 22:53:26 -0700
commit43743c4b42b01eb95bec6ab5e4991121b06c9c36 (patch)
tree3b2808a6ae564e15ae316618c533ed0714b20072 /app/models
parentc8f1b934bf2cdd81968b166e0df94d14d292a281 (diff)
Fixing an issue with the model and committing the schema.
Diffstat (limited to 'app/models')
-rw-r--r--app/models/download.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/download.rb b/app/models/download.rb
index aa8d53f..033798e 100644
--- a/app/models/download.rb
+++ b/app/models/download.rb
@@ -1,2 +1,3 @@
class Download < ActiveRecord::Base
+ self.inheritance_column = "null"
end