I am implementing a third party API for Shipworks in a Rails server and the Shipworks client app is posting an action
param with Shipworks specific semantics.
However the Rails routing logic overwrites this param to be the name of the controller method.
Is there a custom route I could write to get the value of that action param without it being overwritten to be the name of my controller method?