kreeti / kt-paperclip

Easy file attachment management for ActiveRecord
Other
276 stars 94 forks source link

Fix docs for validating attachment content type #118

Open fatkodima opened 1 year ago

fatkodima commented 1 year ago

The correct API for validating content type is https://github.com/kreeti/kt-paperclip/blob/91923a6ee1bd692696b51ea839f2f2578cb485b4/lib/paperclip/validators.rb#L31-L32

The examples currently described in the README are raising an error.