Created
May 31, 2011 13:29
-
-
Save sixtyfive/1000500 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
app/models/cloze_item.rb:13:in `<top (required)>': superclass mismatch for class Text (TypeError) | |
--- | |
class ClozeItem < ActiveRecord::Base | |
... | |
end | |
class Text < ClozeItem | |
... | |
end | |
class Gap < ClozeItem | |
... | |
end | |
class Hint < ClozeItem | |
... | |
end | |
--- | |
class TextHeadlinePair < ActiveRecord::Base | |
... | |
end | |
class Text < TextHeadlinePair | |
... | |
end | |
class Headline < TextHeadlinePair | |
... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment