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
JSON API recommends dasherized keys, so an AdminUser would be represented by admin-user. But, does/should JSON API have an opinion on namespaced objects? That Admin::User would be dasherized as admin/user? (That's the result in Rails of "Admin::User".underscore.dasherize)