Method: FileColumn::BaseUploadedFile#has_magick_errors?
- Defined in:
- lib/magick_file_column.rb
#has_magick_errors? ⇒ Boolean
67 68 69 |
# File 'lib/magick_file_column.rb', line 67 def has_magick_errors? @magick_errors and !@magick_errors.empty? end |