Faveod / arel-extensions

Extending Arel
MIT License
142 stars 24 forks source link

fix: multiple database rails applications support for column type checking #78

Closed Eddayy closed 1 year ago

Eddayy commented 2 years ago

Arel.column_of would fail when using multiple databases as it check for Activerecord::Base only. If model connect to different database it would fail