Commit b211efbaa102f4ca6480f75339d85a172cd3298b

Authored by lanrion
1 parent bf57d968
Exists in master

添加 qy_wechat_api_uploader

lib/qy_wechat_api/carrierwave/qy_wechat_api_uploader.rb 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +# encoding: utf-8
  2 +module QyWechatApi
  3 + class QyWechatApiUploader < CarrierWave::Uploader::Base
  4 + end
  5 +end
... ...