You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2019. It is now read-only.
If I request on api URL http://localhost:3000/jobs/13/relationships/applicants
in postman i get the required data. But I do not the way to get it in my angular (front-end) app.
Consider a job & applicant models in my rails(back end)
I want to see who has applied for the job with id = X (let X = 2 ). I want to see list of applicant(s) for a job X
@jakubrohleder Its humbly requested to make demo simple and close to real world examples