0
0
Fork 0

Explicitly require MIME::Types (#4083)

This commit is contained in:
Akihiko Odaki (@fn_aki@pawoo.net) 2017-07-06 06:58:03 +09:00 committed by Eugen Rochko
parent 5e6acf9601
commit a37cf9548c
3 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,8 @@
# file_meta :json
#
require 'mime/types'
class MediaAttachment < ApplicationRecord
self.inheritance_column = nil