Created
October 1, 2009 20:18
-
-
Save johnbender/199216 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ActiveRecord::SubclassNotFound Exception: The single-table inheritance mechanism failed to locate the subclass: 'DataSource::MySpace'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite DataSource.inheritance_column to use another column for that information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment