Hi
I have a User controller in my application(ROR 2.1.0) with CRUD actions.
Now i need to create a REST WEBService API, so that the user registered
to my site can use the API’s to CRUD the USER from there
application(ROR,PHP,.NET).
Can any body tell in my in ROR application what all changes i have to do
or code to consume the WebServices by others.
If possible please provide sample code
Thanks