This repository has been archived by the owner on Apr 21, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a potential bug where the image filename is to loarge for the db.
* If the filename is greater than 132 characters let's not save it since it will cause a database error. Using 132 characters as the cut-off value since we need to take into account the 'upload_to' values of the Character & Publisher models.
- Loading branch information