Skip to content

Commit 6fddf2e

Browse files
Autolink ActiveStorage::Attachment [ci-skip]
This also fixes a formatting error caused by embedding `+` in the middle of a word.
1 parent 29b3221 commit 6fddf2e

File tree

1 file changed

+1
-1
lines changed
  • activestorage/app/models/active_storage

1 file changed

+1
-1
lines changed

activestorage/app/models/active_storage/blob.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ActiveStorage::Blob < ActiveStorage::Record
3434
##
3535
# :method:
3636
#
37-
# Returns the associated +ActiveStorage::Attachment+s.
37+
# Returns the associated ActiveStorage::Attachment instances.
3838
has_many :attachments
3939

4040
##

0 commit comments

Comments
 (0)