NUBIC / schema_qualified_tables

Logical schema to actual schema name mappings for ActiveRecord models
MIT License
4 stars 3 forks source link

ActiveRecord 3.1 compatibility #1

Closed rsutphin closed 13 years ago

rsutphin commented 13 years ago

While schema_qualified_tables was originally written for AR 2.3, it worked without changes on AR 3.0. Unfortunately, the same is not true of AR 3.1. Investigate and determine what is necessary to make it work on AR 3.1.