I am using a route like this
match \"/v1/:method\" => \"v1#index\"
My intention here is capture the name of the api method and then send the
I sort of solved this problem by doing this:
params.except("method","action","controller")