-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
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.