Here is the scope of the issue Im dealing with...
I just took over an existing rails app that has a very complex business logic. The app is being used as a service. Json in, Json out.
Some of the resources expecting to find an abstract model in params hash and then via meta programming it expects to find the right object properties provided.
Giving that i have no docs, or unit tests, etc I'm finding it very difficult to figure out what to include in the params hash so the post/put operatins succeeds.