NoMethodError: undefined method `collation' for nil:NilClass
jmuheim opened this issue · 2 comments
jmuheim commented
I have added traco gem to mu project.
When trying to save an object now, I get the following:
NoMethodError at /en/pages
undefined method `collation' for nil:NilClass
Here's what I've done so far: jmuheim/base#84
Any idea what's the problem?
henrik commented
Hi! Could you provide the full backtrace showing that error? Traco doesn't call a "collate" method directly, so I'd need the backtrace to see where it happens exactly.