Commit fdbaefd4 by Matt Wright Committed by Mike Burns

Add missing "not" in Migration Guide Validations section

I believe this is meant to be "does not", not "does".
parent 4a093224
...@@ -451,8 +451,8 @@ Any resizing is done in the view as a variant. ...@@ -451,8 +451,8 @@ Any resizing is done in the view as a variant.
### Validations ### Validations
Unlike Paperclip, [which shipped with built-in attachment Unlike Paperclip, [which shipped with built-in attachment
validations][paperclip-validations], ActiveStorage does have built-in support for validations][paperclip-validations], ActiveStorage does not have built-in support
validating an attachment's content type or file size (which can be useful for for validating an attachment's content type or file size (which can be useful for
[preventing content type spoofing][security-validations]). [preventing content type spoofing][security-validations]).
There are alternatives that support some of Paperclip's file validations. There are alternatives that support some of Paperclip's file validations.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment