I wrote a web application in ROR, but I want it supports web service, so that I can do the same things on non-web application platform. What should I do to add web service ability to my web application… …or I need to reinvent my application, to write a separate web service independently?
Share
you want to use responds_to in your controllers. Here is a good explanation.