Sha256: c5bf91ed423227a78adc50f753d928ec40cf64fccd8b0ff5db6507aee6920853
Contents?: true
Size: 168 Bytes
Versions: 32
Compression:
Stored size: 168 Bytes
Contents
# frozen_string_literal: true # Appearance Model class Appearance < ApplicationRecord belongs_to :setting mount_uploader :image_background, AttachmentUploader end
Version data entries
32 entries across 31 versions & 1 rubygems