adore / daylight

Extensions to Rails to get ActiveResource to function more like ActiveRecord
Apache License 2.0
4 stars 9 forks source link

Allow versioned client models to be used concurrently #1

Open dmcinnes opened 10 years ago

dmcinnes commented 10 years ago

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 commented 10 years ago

moved from https://github.com/att-cloud/daylight/issues/2