Fixed typo

This commit is contained in:
Jan Provaznik 2018-05-09 21:43:23 +02:00
parent 32e2246830
commit 8c0166f2b9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# hook. This hook fetches upload location (local vs remote) from
# Upload model. So it's neccessary to make sure that during that
# after_commit hook model's associated uploads are not deleted yet.
# IOW we can not use denepdent => :destroy :
# IOW we can not use dependent: :destroy :
# has_many :uploads, as: :model, dependent: :destroy
#
# And because not-mounted uploads require presence of upload's