-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a way for has-one
relationship use .create
(created after #472)
#475
Comments
@vrurg but on that case, Foo.attr should return a Red::Column to make it possible to be used inside .map, .grep, etc... |
As @jonathanstowe have said on the original issue, I think returning a model type would be the best way, it could use the .join-on (the same method we use to find joins) to create it with the right external ids... I'll give it a try as soon as possible! If we do that change, should that generate a new API version? |
I don't think it needs a different API version, because Empty is false, a type object is false. |
for now: #523 |
There are still some bugs on it... but it seems to be mostly working... |
take a look at #472
The text was updated successfully, but these errors were encountered: