Sha256: 78b7815dbe81a99c56cd62ea1feae183c1954411b967aadc4fca11adb86dbf51
Contents?: true
Size: 230 Bytes
Versions: 34
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true class ActiveStorage::VariantRecord < ActiveStorage::Record belongs_to :blob has_one_attached :image end ActiveSupport.run_load_hooks :active_storage_variant_record, ActiveStorage::VariantRecord
Version data entries
34 entries across 34 versions & 5 rubygems