Rails: Has One Through Polymorphic Relation
In wanting to do the inverse of a standard polymorphic belongs_to relationship, I found that it could be done in a has_one through scenario. Code with light commentary [here]
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
In wanting to do the inverse of a standard polymorphic belongs_to relationship, I found that it could be done in a has_one through scenario. Code with light commentary [here]
Post a comment