hello,
i have a basic rails 3 question..
i have a list of jobs in my db and each job is tied to a particular location..in short i have one location to many jobs..
i have created scaffolding for jobs and locations and created the appropriate references.
i want to create a list of jobs such that when i click on one of the jobs, i get to see a list of all the jobs in that location.
how can i do this in rails 3?
thanks