if you plug it into a rails app and that rails app also has a UI
how do you use the API within that app? seems like a circular reference type of issue. since grape is using the models to talk to the database, you'd either have to call the API directly from the controller or JS and just not use models at all for the UI app right?
Loading comments…
Comments