Closed
Description
Why is the thing that controls whether errors are cascaded to rails tied to the version
declaration? I'm trying to build a versionless api that also doesn't hit rails if I happen to type in the wrong path on the client. The cascade
declaration doesn't seem to work without a version:
version :cascade => false
Makes all paths in my api 404. Some insight here would be nice before I attempt to change/pull request something that will not be merged upstream :)