artofhuman/power_shop

View on GitHub
app/models/shop_image.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ShopImage < PowerShop::ShopImage
  mount_uploader :image, ShopImageUploader
end