0 points - 1 year, 11 months ago by mhenrixon(0) under Rails ()
0
A quick example of how to perform uploads in polymorphic nested resources.

Background

When I asked around for how to perform nested polymophic uploads with rails everyone told me it was impossible. I truly do not like the impossible actually I despise impossible because it's usually just a lack of imagination. This time I didn't have the luxury of dismissing polymorphic uploads because it was a requirement in the project I was working on.

Text

The actual implementation