I am trying to implement api versioning the Railscasts #350 way (no gem). Is there a way to create only updated resources in new version and not entire set of controllers and views(jbuilder) with fallback to latest supporting version functionality? I am using the accept header with "scope model:" without namespaces. Thank you.
Asked
Active
Viewed 170 times