I'm building a Foursquare like app.where users can upload there pics from a place,upload there user pics etc.
I also have some pics with is some how static and are assets like icons,city pics and so on.
What's the right way of storing and retrieving image(s) associated with one model?
should I create a new model and go polymorphic approach so to speak?
By the way, I don't want to store pics in public directory?
should I use cloud soloutions?
Is there any tutorials?