Module: DynamicImage::Model::Validations::ClassMethods
- Defined in:
- lib/dynamic_image/model/validations.rb
Instance Method Summary collapse
Instance Method Details
#allowed_colorspaces ⇒ Object
60 61 62 63 64 |
# File 'lib/dynamic_image/model/validations.rb', line 60 def allowed_colorspaces %w[rgb cmyk gray] end |
#allowed_content_types ⇒ Object
66 67 68 69 70 71 72 73 |
# File 'lib/dynamic_image/model/validations.rb', line 66 def allowed_content_types %w[image/bmp image/gif image/jpeg image/pjpeg image/png image/tiff] end |