Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a Release model with tracks accepted as nested attributes. Before I embark on what might be an impossible task, does anyone know if it's possible to add a file attachement/upload with paperclip (or similar) so that I can add an audio file for each track on a release?

share|improve this question
1  
Yes you can, with Paperclip it works just like any other nested attribute. – Jasper Kennis May 5 '12 at 16:24
Nice, i'll give it a go then! – Ryan Berry May 5 '12 at 16:32

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.