Skip to content
Randy Russell edited this page Sep 6, 2018 · 15 revisions

Submission for code challenge.

I added a model to one of my websites to demo the code challenge. Feel free to feel around:

www.eastkin.us/jobs

The tricky part was def. the circular dep validation. I didn't use active record because I felt like that was against the spirit of the code test. Recently started a refactor using active record relations if you would like to see it, let me know.

Notes:

Validations are only being run on update action. So when toying in the demo, create the objects, then update their dependancies.

Clone this wiki locally