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
override _get_kind() so that every class's kind is the lower() value of its class name. Will that help with detecting duplicates classes like class Hello and class HELLO that would end up with the same restful resource name?
The text was updated successfully, but these errors were encountered:
override
_get_kind()
so that every class's kind is thelower()
value of its class name. Will that help with detecting duplicates classes likeclass Hello
andclass HELLO
that would end up with the same restful resource name?The text was updated successfully, but these errors were encountered: