2010-06-30 13:18:17 +00:00
|
|
|
require 'carrierwave/orm/mongoid'
|
|
|
|
require 'locomotive/carrierwave/base'
|
2010-07-17 20:51:52 +00:00
|
|
|
require 'locomotive/carrierwave/patches'
|
|
|
|
|
|
|
|
# register missing mime types
|
|
|
|
EXTENSIONS[:eot] = 'application/vnd.ms-fontobject'
|
2010-10-07 00:45:41 +00:00
|
|
|
EXTENSIONS[:woff] = 'application/x-woff'
|
2010-10-27 00:11:44 +00:00
|
|
|
EXTENSIONS[:otf] = 'application/octet-stream'
|