'How to add a rails scaffold to a json rest api

I have a json rest api without a UI. I was wondering if I could add a rails scaffold to my existing api without interfering with the rest of my api. In essence I just want to add the views part for a user to interact with my api.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source