johnbender (owner)

Revisions

gist: 199216 Download_button fork
public
Public Clone URL: git://gist.github.com/199216.git
Embed All Files: show embed
Text only #
1
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.