Carrierwave: Using only version (without url) causes error
Closed this issue · 0 comments
Arjeno commented
image_tag current_company.logo.thumb, :retina => true
# undefined method `split' for /assets/logo.png:#<Class:0x007fb9f0938e18>
Adding to_s
or url
fixes the issue.