rwilcox / odyssey

Rails, React, and deployment patterns
0 stars 0 forks source link

API responses should return HATEOS style references to self, children entitien #17

Closed rwilcox closed 7 years ago

rwilcox commented 7 years ago

links should be full URIs.

Might need some thought about how to implement this.

rwilcox commented 7 years ago

No way, this already happens with jbuilder views generated by the scaffold.

Line that looks like it does it, from the user .jbuilder template json.url user_url(user, format: :json)