Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
fdbaefd4
Unverified
Commit
fdbaefd4
authored
Dec 01, 2018
by
Matt Wright
Committed by
Mike Burns
Apr 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing "not" in Migration Guide Validations section
I believe this is meant to be "does not", not "does".
parent
4a093224
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
MIGRATING.md
+2
-2
No files found.
MIGRATING.md
View file @
fdbaefd4
...
...
@@ -451,8 +451,8 @@ Any resizing is done in the view as a variant.
### Validations
Unlike Paperclip, [which shipped with built-in attachment
validations][paperclip-validations], ActiveStorage does
have built-in support for
validating an attachment's content type or file size (which can be useful for
validations][paperclip-validations], ActiveStorage does
not have built-in support
for
validating an attachment's content type or file size (which can be useful for
[preventing content type spoofing][security-validations]).
There are alternatives that support some of Paperclip's file validations.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment