You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the AWS linux2 image and to run file -b --mime 'test.json'
result: text/plain; charset=us-ascii.
So we use application/json and text/plain to resolve the problem.
validates_attachment :file, content_type: { content_type: ['application/json', 'text/plain'] }
We use the AWS linux2 image and to run file -b --mime 'test.json'
result: text/plain; charset=us-ascii.
So we use application/json and text/plain to resolve the problem.
validates_attachment :file, content_type: { content_type: ['application/json', 'text/plain'] }