doesn't look for resources in the main namespace ```` ruby class Mm::KudoResource < JSONAPI::Resource model_name 'Mm::Kudo' attributes :value, :tags, :comment has_one :giver, class_name: '::Contractor' end```` I've got error ```` bash NameError: JSONAPI: Could not find resource 'mm//contractors'. (Class Mm::::ContractorResource not found) ```` how should I define that the relation is in the top level namespace?