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:
commit
782d280307
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module ActiveStorage
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns true if any attachments has been made.
|
# Returns true if any attachments have been made.
|
||||||
#
|
#
|
||||||
# class Gallery < ApplicationRecord
|
# class Gallery < ApplicationRecord
|
||||||
# has_many_attached :photos
|
# has_many_attached :photos
|
||||||
|
|
Loading…
Reference in a new issue