spree-contrib / spree_editor

Rich text editor for Spree with Image and File uploading in-place.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
112 stars 183 forks source link

CKEditor Picture still references to paperclip methods #156

Open ronzalo opened 3 years ago

ronzalo commented 3 years ago

When start app in production mode, raises this exception

undefined method `has_attached_file' for Ckeditor::Picture(Table doesn't exist):Class (NoMethodError) Did you mean? has_one_attached

ramzieus commented 3 years ago

same problem here I solve it by adding paperclip gem gem "paperclip"