Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Readme doc not matching implementation #2687

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ If you're only interested in images, restrict your allowed content_types to
image-y ones:

```ruby
validates_attachment :avatar,
validates_attachment_content_type :avatar,
content_type: ["image/jpeg", "image/gif", "image/png"]
```

Expand Down