Skip to content

Instantly share code, notes, and snippets.

@wildjcrt
Created July 12, 2016 12:37
Show Gist options
  • Save wildjcrt/04f5a52aae4cbd63af0e166ee67436c9 to your computer and use it in GitHub Desktop.
Save wildjcrt/04f5a52aae4cbd63af0e166ee67436c9 to your computer and use it in GitHub Desktop.
foo/app/concepts/bar/comment/operation.rb:1:in `<top (required)>': superclass mismatch for class Comment (TypeError)
class Bar::Comment < ApplicationRecord
class Foo < Trailblazer::Operation
include Collection
def model!(params)
Bar::Comment.all
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment