-
## Your Question
Is there a way to change the polymorphic fields type and id naming convetion?
Currently in the docs the only way to use polymorphic feature is to follow `polymorphic+"ID"`, `pol…
-
**Issue by [lastland](https://github.com/lastland)**
_Wednesday Nov 29, 2017 at 22:58 GMT_
_Originally opened as https://github.com/antalsz/hs-to-coq/issues/51_
----
I have put a minimal example in…
-
I know that this one is a difficult one as stated in #885
But I'd like to present my use case.
I have files that can be attached to many different other models if there's still one pointer to the fi…
-
This might be necessary, best to implement it sooner rather than later.
-
In combination with the database support, this will be needed.
It would be cool to add support for models that can implement a method to return menu details/options. This is useful in instances where…
-
Ideally, given this Functor definition -
```scala
trait Functor[F[_]] {
def map[A, B](f: A => B)(fa: F[A]): F[B]
}
```
We could create an instance with pascal via -
```scala
implicit…
-
Hello,
In my current application I would like to have a Model, which has an polymorphic association. Is is covered by json:api spec. At least I could not find something that prohibits us to do som…
-
Hi, i've been reading the tutorials but i've not found if ActiveAndroid support polymorphic relationships, and how do it if it does.
Thanks a lot¡
-
At the moment, when trying to pass a polymorphic association for a create
``` ruby
Tradesman::CreateImage.go(imageable: user)
```
This raises a
NoMethodError: undefined method `primary_key' for Hor…
-
Need to be able to define a union type that can include multiple types.
So... I'm imagining something like this:
```js
var x = (union`int | string`)`42`;
```
**Note:** The `( )` are optiona…