We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET /jobs List all jobs POST /jobs Create a new job GET /jobs/:id Get a job PUT /jobs/:id Update a job DELETE /jobs/:id Delete a job
create the above endpoints for a Jobs page. use the following model for a job:
id:integer (rails creates this) title:string description:string phone:string city:string state:string zip:string email:string
The text was updated successfully, but these errors were encountered:
Fixing up tests for this. Controller/Model/Migrations are set on my fork.
Sorry, something went wrong.
@btonic is your branch First pass at the jobs endpoint complete? if so, can we get a PR?
btonic
No branches or pull requests
create the above endpoints for a Jobs page. use the following model for a job:
The text was updated successfully, but these errors were encountered: