8 lines
281 B
Ruby
8 lines
281 B
Ruby
require 'carrierwave/orm/mongoid'
|
|
require 'locomotive/carrierwave/base'
|
|
require 'locomotive/carrierwave/patches'
|
|
|
|
# register missing mime types
|
|
EXTENSIONS[:eot] = 'application/vnd.ms-fontobject'
|
|
EXTENSIONS[:woff] = 'application/x-woff'
|
|
EXTENSIONS[:otf] = 'application/octet-stream' |