We have a versioned API that follows all the conventions of Rails API versioning. i.e
module API::V4 class Test < ApiController end end