Derek Stevens

Results 1 issues of Derek Stevens

Say I have a `Project` model defined, which in the ProjectResource defined on the backend has a relationship to `Board` defined as such: `polymorphic_has_many :boards, as: :boardable` The BoardResource includes...