Rails 4 / Paperclip 4: How to upload an image using rails console · Issue #1447 · thoughtbot/paperclip

Hello all, I am not sure I understand how to upload an image using rails console and paperclip. I have the following in my model (based on documentation): class EmpAttachment < ActiveRecord::Base h...