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
{{ message }}
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
I'm defining representers in the nested-plural way. So I have the following representer:
When I try to run any of my rails-defined tasks, for db or running specs, I get this error:
my "quick-fix" was to add the following line above the user representer definition:
but I think this is broken behaviour, indicating a bug in the loader logic.