I am implementing a third-party API for Shipworks on the Rails server, and the Shipworks client application sends a parameter actionwith Shipworks specific semantics.
However, Rails routing logic overwrites this parameter as the name of the controller method.
Is there a special route that I could write to get the value of this action parameter without overwriting it as the name of my controller method?
source
share