Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for Tapioca DSL with RuntimeGeneric
Since this `self.entity` needs RuntimeGeneric and it's evaluated by `tapioca dsl` this is triggering an incompatible error with how RuntimeGeneric works. This PR addresses it by early returning in this method when Tapioca is evaluating. Not very elegant but it makes the trick
- Loading branch information