Good Afternoon!
I have a table which has a composite primary key (id, data_year), and I set up a default scope to always search one specific data_year. Since half the primary key is already accounted for, why do I still get a 400 error when I'm trying to pull a record up by ID?
I have a table which has a composite primary key (id, data_year), and I set up a default scope to always search one specific data_year. Since half the primary key is already accounted for, why do I still get a 400 error when I'm trying to pull a record up by ID?