Paperclip not saving, no errors
问题 Am stumbled - went through docs, tutorials, etc, and am not sure what I am doing wrong. Another model in the project is set up for Paperclip and is functional when tested. It saves and retrieves attachment file info into the database, and puts file into a subfolder inside public/system. I basically copied the relevant code over toward the model I am working on The model has the following line: has_attached_file :document The table, which model is linked to, has necessary columns: document