1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #37093 from connorshea/patch-1

Fix grammar for attached? method doc
This commit is contained in:
Richard Schneeman 2019-08-30 21:53:08 -05:00 committed by GitHub
commit 782d280307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ module ActiveStorage
end
end
# Returns true if any attachments has been made.
# Returns true if any attachments have been made.
#
# class Gallery < ApplicationRecord
# has_many_attached :photos