I'm using CarrierWave and Fog to store attachments to an ActiveRecord model on S3. I can use them to generate the URL, but I can't seem to locate any method to actually read a file.
Is this something that the Fog gem will even do, or do I need to use the S3 gem for that?