File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ This gems is doing it right for you! Just use `validates :avatar, attached: true
32
32
- [ Processable file] ( #processable-file )
33
33
- [ Pages] ( #pages )
34
34
- [ Upgrading from 1.x to 2.x] ( #upgrading-from-1x-to-2x )
35
+ - [ Upgrading from 2.x to 3.x] ( #upgrading-from-2x-to-3x )
35
36
- [ Internationalization (I18n)] ( #internationalization-i18n )
36
37
- [ Test matchers] ( #test-matchers )
37
38
- [ Contributing] ( #contributing )
@@ -418,7 +419,7 @@ The `total_size` validator error messages expose 4 values that you can use:
418
419
# ## Dimension
419
420
420
421
Validates the dimension of the attached image / video files.
421
- It can also be used for pdf files, but it will only analyze the pdf first page, and assume a DPI of 72.
422
+ It can also be used for pdf files, but it will only analyze the pdf first page, and will assume a DPI of 72.
422
423
(be sure to have the right dependencies installed as mentioned in [installation](#installation))
423
424
424
425
# ### Options
You can’t perform that action at this time.
0 commit comments