Skip to content

Commit 1c11237

Browse files
ghiculescup8
andauthored
Update activestorage/app/models/active_storage/variant_with_record.rb
Co-authored-by: Petrik de Heus <[email protected]>
1 parent 7f348eb commit 1c11237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/app/models/active_storage/variant_with_record.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
# Like a ActiveStorage::Variant, but keeps detail about the variant in the database as a
3+
# Like an ActiveStorage::Variant, but keeps detail about the variant in the database as an
44
# ActiveStorage::VariantRecord. This is only used if `ActiveStorage.track_variants` is enabled.
55
class ActiveStorage::VariantWithRecord
66
attr_reader :blob, :variation

0 commit comments

Comments
 (0)