From 43743c4b42b01eb95bec6ab5e4991121b06c9c36 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 28 Mar 2015 22:53:26 -0700 Subject: Fixing an issue with the model and committing the schema. --- app/models/download.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app') 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 -- cgit v1.2.3