You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to define base relations using a simple DSL. Currently, base relations can only be automatically inferred from DataMapper::Model.descendants since I'm using DM1 for migration and write ops in the application this code is extracted from.
Once supported, it should be possible to rename backend field names from within a base relation definition.
The text was updated successfully, but these errors were encountered:
It should be possible to define base relations using a simple DSL. Currently, base relations can only be automatically inferred from
DataMapper::Model.descendants
since I'm using DM1 for migration and write ops in the application this code is extracted from.Once supported, it should be possible to rename backend field names from within a base relation definition.
The text was updated successfully, but these errors were encountered: