annotaterb
annotaterb copied to clipboard
Incorrect annotation of fixture files when different models share the same table name in different databases
This issue is part of the work for issue #188.
Given a Rails application with multiple databases, tables in two databases with the same table name, and corresponding models with different names, some files get annotated with the wrong table's schema. Ref: #891