This repository was archived by the owner on Jul 11, 2020. It is now read-only.

Description
For example:
API::V1::Post.find(1)
API::V2::Comment.find(2)
Since this is an edge case for development or migration purposes.
Associated classes will adopt the version of the parent (unless we offer an option to fall back).
Will need to set_prefix on a per class bases through inherited.