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

Allow versioned client models to be used concurrently #6

@dmcinnes

Description

@dmcinnes

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions