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

Make imports play nicely with slaves #119

Closed jabley closed 10 years ago

jabley commented 10 years ago

When we tried to add read to slaves recently, importing failed. This revisits that piece of work.

saulius commented 10 years ago

@jabley does this really work? There should be no global DB constant, we should reference Sequel::Model.db instead.