-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Description
trying to use remote_url capability in the user model as
u = User.first
u.remote_profile_pic_url= "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSvf2N7XGVx_3Qg8yq3PhgCVzG2ZGiJUxnbDR0A-BZDX1dFhqDs"
u.save
returns an error
NoMethodError: undefined method `copy_to' for #Cloudinary::CarrierWave::RemoteFile:0x007ff9e9f18188
Gemfile:
cloudinary (1.0.42)
cloudinary
carrierwave-mongoid (0.3.0.alpha)
carrierwave (~> 0.6)
carrierwave (0.7.1)
carrierwave-mongoid!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels