Sha256: d71a56559b622df768d04be32a073942963d48a1a5ac2c9f182d10e6ed238c3d
Contents?: true
Size: 349 Bytes
Versions: 49
Compression:
Stored size: 349 Bytes
Contents
# frozen_string_literal: true module Tramway::Landing::PhotoVersions extend ActiveSupport::Concern included do version :card do process resize_to_fill: [400, 400, 'North'] end version :horizontal do process resize_to_fill: [1600, 700, 'Center'] end end end PhotoUploader.include Tramway::Landing::PhotoVersions
Version data entries
49 entries across 49 versions & 1 rubygems