You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: invalid reference to FROM-clause entry for table...
HINT: Perhaps you meant to reference the table alias "modulec_class_d".
Whenever I call ModuleA::ModuleB::ClassA .counter_culture_fix_counts
The text was updated successfully, but these errors were encountered:
Can you open a PR with a failing test case for this? I believe you it's failing but it's hard to debug with just that error, without a stack trace etc. I'd love a PR with a fix, too, if you can identify that.
When using this gem with namespaced classes, this gem breaks.
Ex:
throws:
Whenever I call
ModuleA::ModuleB::ClassA .counter_culture_fix_counts
The text was updated successfully, but these errors were encountered: