Replies: 1 comment
-
Addressed here: #415 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Eg:
I want to create a task with:
title
- stringfollowers
- array[1, 2]
The
followers
list is not a field from thetasks
table, it's a relationship in thetask_follower
pivot.The idea would be to allow this kind of
actionable
fields, that allow you to pass an action that will be handled once the model is saved:Beta Was this translation helpful? Give feedback.
All reactions