Editing and Deleting jobs within company namespace

Опубликовано: 25 Октябрь 2024
на канале: APPSIMPACT Academy
78
3

Hey everyone,

In today's lecture, we'll be tackling the first task of assignment no. 3. Our focus will be enabling companies to manage their job postings by allowing them to edit and delete jobs. Although our discussion will revolve around our course project, these concepts are applicable across various Rails applications where CRUD operations are essential in namespace controllers.

Additionally, we'll delve into customizing the find method when using the to_param method to adjust default routing parameters. We'll also explore merging Git branches using git rebase and distinguish between git merge and git rebase.

You can find the pull request for today's lecture at: https://github.com/appsimpactacademy/...

For related issues, refer to: https://github.com/appsimpactacademy/...

For a comprehensive understanding, please watch the complete lecture.

Thank you.