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

Allow versioned client models to be used concurrently #6

Open
dmcinnes opened this issue Sep 26, 2014 · 1 comment
Open

Allow versioned client models to be used concurrently #6

dmcinnes opened this issue Sep 26, 2014 · 1 comment

Comments

@dmcinnes
Copy link
Collaborator

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.

@dmcinnes
Copy link
Collaborator Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant