Invalid single-table inheritance type: Rails
You should not use the type keyword as the column name because it is a reserved word for ActiveRecord. But if you really want to use it, for any reason (like if you don’t have control on the DB structure), here is what you should do: First, make sure your Movie model inherits from the … Read more