Sha256: 9d007758556a0aecc6b52cbfc1b89d90f0adc1a733d0b87377b6602573195a36
Contents?: true
Size: 381 Bytes
Versions: 16
Compression:
Stored size: 381 Bytes
Contents
Guts.configure do |config| config.file_image_sizing = { thumb: "50x50", small: "100x100", compact: "160x160", medium: "240x240", large: "480x480", grande: "600x600", supreme: "1200x1200" } config.file_allowed_content_types = [ "image/jpg", "image/jpeg", "image/png", "image/gif" ] config.admin_groups = ["Admins"] end
Version data entries
16 entries across 16 versions & 1 rubygems