Skip to content

Instantly share code, notes, and snippets.

@johnbender
Created October 1, 2009 20:18
Show Gist options
  • Select an option

  • Save johnbender/199216 to your computer and use it in GitHub Desktop.

Select an option

Save johnbender/199216 to your computer and use it in GitHub Desktop.
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