Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 389 Bytes

paperclip_images.md

File metadata and controls

25 lines (18 loc) · 389 Bytes

Paperclip Integration

Image Row

show do
  attributes_table do
    image_row :photo
  end
end

Image Column

index do
  image_column :photo, style: :thumb
end

You can pass style attribute matching paperclip's style definition