alphagov / trade-tariff-backend

Enabling the population and distribution via API of UK Customs tariffs and duties
MIT License
7 stars 6 forks source link

Time machine and indexing fix #57

Closed saulius closed 11 years ago

saulius commented 11 years ago

There are three ways how we access models and associations with validity periods:

This change brings back the second flow for indexing as we lost it in the previous change. Added tests for Heading->Chapter, Commodity->Heading/Chapter associations that ensure second flow works too.