rom-rb / rom

Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.09k stars 161 forks source link

Disable inferring relations by default #397

Closed solnic closed 7 years ago

solnic commented 7 years ago

We need to add infer_relations setup option which can be set to true or false and make false the default setting. When it's set to false then ROM::Finalize will not infer relations from gateway's schema.

This is a breaking change so it's going to 4.0.