Sort on polymorphic relationships #130
Unanswered
hopkins385
asked this question in
Q&A
Replies: 1 comment
-
Ok, in the meantime I figured it out. It is essentially the same as with traditional pivot, just a bit different.
And then e.g. in the UserPage model
Any thoughts on that? |
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.
-
Hi guys,
is there an option to use this package on polymorphic relationships?
For example: Lets imagine users can have one user page with many tags and want to have the option to sort the tags for their user page.
I know how this would be achievable via pivot, but this question focuses explicit on polymorphic relationships. ;-)
Beta Was this translation helpful? Give feedback.
All reactions