Mihai Muntenas
Mihai Muntenas
@Katee, @ObscurePlatypoctopus is correct and this PR fixes the issue. Also, the calling convention seems to be "better" (the AASM DSL evaluates at class level) and does not break backward...
@ObscurePlatypoctopus you are so right! I actually use it in a Rails project, but I should come up with a fix for that - in the end, it is a...
@derekgstevens As far as I got into this, it does not seem that SprayPaint supports polymorphic relationships straight forward (as expected from ActiveRecord). I did got working results in front-end...
@derekgstevens the intermediary class is just a "base" class in between ApplicationRecord and the polymorphics (and you have a deeper hierarchy). So you would have something like the following: ```javascript...