jorgemanrubia / forceps

Copy active record models from remote databases
MIT License
265 stars 26 forks source link

Failing STI load when not on base class #7

Closed cantino closed 9 years ago

cantino commented 10 years ago

Here is an example of a test that fails because forceps is trying to find a type of 'Forceps::Remote::Car' in the database instead of 'Car'.

Do you have any idea how we could fix this?