- Reverts 0.2.0 changes to
belongs_to_tenant
to avoid breaking changes
- Remove
belongs_to_tenant
in favor of overridingbelongs_to
,has_many
, etc. in the model - Remove autoloading of
ModelExt
to avoid conflicts with rails - Add support for relationships that do not belong to a tenant
- These automatically set query_constraints to avoid issues with multi-tenant relationships
- Correct gemspec to have proper dependencies
- Initial release